Skip to content

Commit e890aa2

Browse files
committed
Stop clippy from complaining.
1 parent a2aa8c8 commit e890aa2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ serde = { version = "1", features = ["derive"] }
2626
[features]
2727
default = []
2828
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

Comments
 (0)