Skip to content

Commit f89fcbe

Browse files
committed
Add bootstrap cfg
1 parent 1923f90 commit f89fcbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ hashbrown = { version = "0.14.0", features = [
172172
elided_lifetimes_in_paths = "warn"
173173
explicit_outlives_requirements = "warn"
174174
unsafe_op_in_unsafe_fn = "warn"
175+
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bootstrap)'] }
175176
unused_extern_crates = "warn"
176177
unused_lifetimes = "warn"
177178
unreachable_pub = "warn"

0 commit comments

Comments
 (0)