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 a2aa8c8 commit e890aa2Copy full SHA for e890aa2
Cargo.toml
@@ -26,3 +26,9 @@ serde = { version = "1", features = ["derive"] }
26
[features]
27
default = []
28
serde = ["dep:serde"]
29
+
30
31
+[lints.rust]
32
+unexpected_cfgs = { level = "warn", check-cfg = [
33
+ 'cfg(no_global_oom_handling)', # Stop cargo clippy from complaining about this cfg that is copied from the std.
34
+] }
0 commit comments