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 5923b19Copy full SHA for 5923b19
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"
test/Cargo.toml
@@ -16,6 +16,7 @@ members = [
16
17
18
19
20
21
22
0 commit comments