diff --git a/Cargo.toml b/Cargo.toml index b01453cea9e..8874d1977fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/gear-tech/gear" rust-version = "1.81" [workspace.lints.rust] -unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)', 'cfg(force_wasmer_cranelift_i_know_what_i_do)'] } +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)', 'cfg(fuzz)', 'cfg(force_wasmer_cranelift_i_know_what_i_do)'] } [workspace] resolver = "2" @@ -557,9 +557,6 @@ fs4 = "0.11.1" # utils/gear-wasmer bytes = "1.8.0" # utils/gear-wasmer-cache loom = "0.7.2" # utils/gear-wasmer-cache -[workspace.lints.rust] -unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)', 'cfg(fuzz)'] } - [profile.dev.package.corosensei] opt-level = 3 diff --git a/pallets/gear/Cargo.toml b/pallets/gear/Cargo.toml index d1ebdca86c3..7e35290a532 100644 --- a/pallets/gear/Cargo.toml +++ b/pallets/gear/Cargo.toml @@ -9,9 +9,6 @@ homepage.workspace = true repository.workspace = true readme = "README.md" -[lints] -workspace = true - [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]