From 22842591c8299fe5830bfd125f6fb2d65b62ccc7 Mon Sep 17 00:00:00 2001 From: Arsenii Lyashenko Date: Sat, 7 Dec 2024 13:34:24 +0100 Subject: [PATCH] After-merge fixes --- Cargo.toml | 5 +---- pallets/gear/Cargo.toml | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) 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"]