We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
non_local_definitions
1 parent 3543421 commit bfbcdabCopy full SHA for bfbcdab
Cargo.toml
@@ -42,6 +42,7 @@ members = [
42
43
[workspace.lints.rust]
44
rust_2018_idioms = "deny"
45
+non_local_definitions = "allow" # TODO: Remove after fixing warnings generated from `err-derive`
46
47
[workspace.lints.clippy]
48
unused_async = "deny"
0 commit comments