diff --git a/snix/Cargo.toml b/snix/Cargo.toml index 22c8cb0fe..3363387cd 100644 --- a/snix/Cargo.toml +++ b/snix/Cargo.toml @@ -36,11 +36,6 @@ members = [ "tracing", ] -[workspace.lints.clippy] -# Allow blocks_in_conditions due to false positives with #[tracing::instrument(…)]: -# https://github.com/rust-lang/rust-clippy/issues/12281 -blocks_in_conditions = "allow" - [workspace.dependencies] anyhow = "1.0.86" async-compression = "0.4.12" diff --git a/snix/build/Cargo.toml b/snix/build/Cargo.toml index 690cc7687..04114323c 100644 --- a/snix/build/Cargo.toml +++ b/snix/build/Cargo.toml @@ -41,6 +41,3 @@ tonic-reflection = ["dep:tonic-reflection", "snix-castore/tonic-reflection"] [dev-dependencies] rstest.workspace = true tempfile = "3.3.0" - -[lints] -workspace = true diff --git a/snix/castore/Cargo.toml b/snix/castore/Cargo.toml index 729ce2e6d..189919960 100644 --- a/snix/castore/Cargo.toml +++ b/snix/castore/Cargo.toml @@ -109,6 +109,3 @@ xp-composition-url-refs = [] # Requires the following packages in $PATH: # cbtemulator, google-cloud-bigtable-tool integration = [] - -[lints] -workspace = true diff --git a/snix/nar-bridge/Cargo.toml b/snix/nar-bridge/Cargo.toml index 2980ef179..a3ec30ca1 100644 --- a/snix/nar-bridge/Cargo.toml +++ b/snix/nar-bridge/Cargo.toml @@ -56,6 +56,3 @@ axum-test = "16.4.0" hex-literal.workspace = true rstest.workspace = true sha2.workspace = true - -[lints] -workspace = true diff --git a/snix/nix-daemon/Cargo.toml b/snix/nix-daemon/Cargo.toml index 9c47ef57b..7e1844789 100644 --- a/snix/nix-daemon/Cargo.toml +++ b/snix/nix-daemon/Cargo.toml @@ -23,9 +23,6 @@ tokio = { workspace = true, features = [ tokio-listener.workspace = true tracing.workspace = true -[lints] -workspace = true - [features] default = ["otlp"] otlp = ["snix-tracing/otlp"] diff --git a/snix/store/Cargo.toml b/snix/store/Cargo.toml index 5dedb1da1..1e5e46f4f 100644 --- a/snix/store/Cargo.toml +++ b/snix/store/Cargo.toml @@ -96,6 +96,3 @@ xp-composition-cli = ["toml", "snix-castore/xp-composition-url-refs"] # Requires the following packages in $PATH: # cbtemulator, google-cloud-bigtable-tool integration = [] - -[lints] -workspace = true