refactor(snix/clippy): stop allowing blocks_in_conditions
This was a workaround, the workaround is not needed anymore. Change-Id: I4a839f3733ec6cb0a26ba87dadafe304ff5ccfbe Reviewed-on: https://cl.snix.dev/c/snix/+/30603 Autosubmit: Florian Klink <flokli@flokli.de> Reviewed-by: Yureka <snix@yuka.dev> Tested-by: besadii
This commit is contained in:
parent
90eabc9ae0
commit
a1aa231b3f
6 changed files with 0 additions and 20 deletions
|
|
@ -36,11 +36,6 @@ members = [
|
||||||
"tracing",
|
"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]
|
[workspace.dependencies]
|
||||||
anyhow = "1.0.86"
|
anyhow = "1.0.86"
|
||||||
async-compression = "0.4.12"
|
async-compression = "0.4.12"
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,3 @@ tonic-reflection = ["dep:tonic-reflection", "snix-castore/tonic-reflection"]
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
rstest.workspace = true
|
rstest.workspace = true
|
||||||
tempfile = "3.3.0"
|
tempfile = "3.3.0"
|
||||||
|
|
||||||
[lints]
|
|
||||||
workspace = true
|
|
||||||
|
|
|
||||||
|
|
@ -109,6 +109,3 @@ xp-composition-url-refs = []
|
||||||
# Requires the following packages in $PATH:
|
# Requires the following packages in $PATH:
|
||||||
# cbtemulator, google-cloud-bigtable-tool
|
# cbtemulator, google-cloud-bigtable-tool
|
||||||
integration = []
|
integration = []
|
||||||
|
|
||||||
[lints]
|
|
||||||
workspace = true
|
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,3 @@ axum-test = "16.4.0"
|
||||||
hex-literal.workspace = true
|
hex-literal.workspace = true
|
||||||
rstest.workspace = true
|
rstest.workspace = true
|
||||||
sha2.workspace = true
|
sha2.workspace = true
|
||||||
|
|
||||||
[lints]
|
|
||||||
workspace = true
|
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,6 @@ tokio = { workspace = true, features = [
|
||||||
tokio-listener.workspace = true
|
tokio-listener.workspace = true
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
|
|
||||||
[lints]
|
|
||||||
workspace = true
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["otlp"]
|
default = ["otlp"]
|
||||||
otlp = ["snix-tracing/otlp"]
|
otlp = ["snix-tracing/otlp"]
|
||||||
|
|
|
||||||
|
|
@ -96,6 +96,3 @@ xp-composition-cli = ["toml", "snix-castore/xp-composition-url-refs"]
|
||||||
# Requires the following packages in $PATH:
|
# Requires the following packages in $PATH:
|
||||||
# cbtemulator, google-cloud-bigtable-tool
|
# cbtemulator, google-cloud-bigtable-tool
|
||||||
integration = []
|
integration = []
|
||||||
|
|
||||||
[lints]
|
|
||||||
workspace = true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue