Skip to content

Commit 217e05d

Browse files
committed
Remove apparently no longer needed lint
1 parent 2255292 commit 217e05d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,3 @@ thiserror = { version = "2.0.16", default-features = false }
4141
[[bin]]
4242
name = "gpio"
4343
path = "src/main.rs"
44-
45-
[lints.rust]
46-
# The cfg `has_error_description_deprecated` is introduced by the error_chain crate.
47-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(has_error_description_deprecated)'] }

0 commit comments

Comments
 (0)