We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e87c70f commit abd4728Copy full SHA for abd4728
Cargo.toml
@@ -31,7 +31,6 @@ resolver = "2"
31
[workspace.package]
32
version = "1.4.4"
33
edition = "2024"
34
-# Remember to update clippy.toml as well
35
rust-version = "1.89"
36
authors = ["Foundry Contributors"]
37
license = "MIT OR Apache-2.0"
clippy.toml
@@ -1,5 +1,3 @@
1
-msrv = "1.89"
2
-
3
# `bytes::Bytes` is included by default and `alloy_primitives::Bytes` is a wrapper around it,
4
# so it is safe to ignore it as well.
5
ignore-interior-mutability = ["bytes::Bytes", "alloy_primitives::Bytes"]
0 commit comments