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 1923f90 commit f89fcbeCopy full SHA for f89fcbe
src/tools/rust-analyzer/Cargo.toml
@@ -172,6 +172,7 @@ hashbrown = { version = "0.14.0", features = [
172
elided_lifetimes_in_paths = "warn"
173
explicit_outlives_requirements = "warn"
174
unsafe_op_in_unsafe_fn = "warn"
175
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bootstrap)'] }
176
unused_extern_crates = "warn"
177
unused_lifetimes = "warn"
178
unreachable_pub = "warn"
0 commit comments