We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b25a6 commit e3ab3beCopy full SHA for e3ab3be
Cargo.toml
@@ -10,3 +10,7 @@ license = "Apache-2.0"
10
repository = "https://github.com/SkuldNorniern/inksac-rs"
11
12
[dependencies]
13
+
14
+[lints.clippy]
15
+unwrap_used = "deny"
16
+cognitive_complexity = "deny"
clippy.toml
@@ -0,0 +1,2 @@
1
+allow-unwrap-in-tests = true
2
+cognitive-complexity-threshold = 10
0 commit comments