Skip to content

Commit 5923b19

Browse files
committedFeb 26, 2024
Temporarily allow non_local_definitions lint
1 parent 3543421 commit 5923b19

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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"

‎test/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ members = [
1616

1717
[workspace.lints.rust]
1818
rust_2018_idioms = "deny"
19+
non_local_definitions = "allow" # TODO: Remove after fixing warnings generated from `err-derive`
1920

2021
[workspace.lints.clippy]
2122
unused_async = "deny"

0 commit comments

Comments
 (0)