We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cb250 commit ad1fde9Copy full SHA for ad1fde9
1 file changed
Cargo.toml
@@ -32,3 +32,7 @@ libc = "0.2"
32
33
[features]
34
default = ["xattr"]
35
+
36
+[lints.rust]
37
+# Feel free to comment this one out locally during development of a patch.
38
+dead_code = "deny"
0 commit comments