We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2255292 commit 217e05dCopy full SHA for 217e05d
Cargo.toml
@@ -41,7 +41,3 @@ thiserror = { version = "2.0.16", default-features = false }
41
[[bin]]
42
name = "gpio"
43
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