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 7ed41a9 commit 0b13563Copy full SHA for 0b13563
1 file changed
Cargo.toml
@@ -53,3 +53,6 @@ loom = { git = "https://github.com/tokio-rs/loom", rev = "a93bf2390e0fcfdb7c5899
53
[package.metadata.docs.rs]
54
all-features = true
55
rustdoc-args = ["--cfg", "docsrs"]
56
+
57
+[lints.rust]
58
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(loom)', 'cfg(thingbuf_trace)'] }
0 commit comments