Skip to content

Commit abd4728

Browse files
authored
chore(meta): remove MSRV from clippy.toml (#12489)
1 parent e87c70f commit abd4728

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ resolver = "2"
3131
[workspace.package]
3232
version = "1.4.4"
3333
edition = "2024"
34-
# Remember to update clippy.toml as well
3534
rust-version = "1.89"
3635
authors = ["Foundry Contributors"]
3736
license = "MIT OR Apache-2.0"

clippy.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
msrv = "1.89"
2-
31
# `bytes::Bytes` is included by default and `alloy_primitives::Bytes` is a wrapper around it,
42
# so it is safe to ignore it as well.
53
ignore-interior-mutability = ["bytes::Bytes", "alloy_primitives::Bytes"]

0 commit comments

Comments
 (0)