Skip to content

Commit bfbcdab

Browse files
Temporarily allow non_local_definitions lint
1 parent 3543421 commit bfbcdab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ members = [
4242

4343
[workspace.lints.rust]
4444
rust_2018_idioms = "deny"
45+
non_local_definitions = "allow" # TODO: Remove after fixing warnings generated from `err-derive`
4546

4647
[workspace.lints.clippy]
4748
unused_async = "deny"

0 commit comments

Comments
 (0)