Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
cargo/workspace/lints: Shorten notation
Lorenz Leutgeb committed 15 days ago
commit ae55d935bc607e662480894f9b1c40cf03348f7c
parent 547a753
1 file changed +9 -9
modified Cargo.toml
@@ -84,15 +84,15 @@ zeroize = "1.5.7"
git-ref-format-core = { version = "0.6.0", default-features = false }
radicle-surf = "0.27.1"

-
[workspace.lints]
-
clippy.type_complexity = "allow"
-
clippy.enum_variant_names = "allow"
-
clippy.indexing_slicing = "deny"
-
clippy.fallible_impl_from = "deny"
-
clippy.wildcard_enum_match_arm = "deny"
-
clippy.unneeded_field_pattern = "deny"
-
clippy.fn_params_excessive_bools = "deny"
-
clippy.must_use_candidate = "deny"
+
[workspace.lints.clippy]
+
enum_variant_names = "allow"
+
fallible_impl_from = "deny"
+
fn_params_excessive_bools = "deny"
+
indexing_slicing = "deny"
+
must_use_candidate = "deny"
+
type_complexity = "allow"
+
unneeded_field_pattern = "deny"
+
wildcard_enum_match_arm = "deny"

[profile.container]
inherits = "release"