Add bootstrap cfg
This commit is contained in:
parent
1923f90dd3
commit
f89fcbeda2
1 changed files with 1 additions and 0 deletions
|
|
@ -172,6 +172,7 @@ hashbrown = { version = "0.14.0", features = [
|
|||
elided_lifetimes_in_paths = "warn"
|
||||
explicit_outlives_requirements = "warn"
|
||||
unsafe_op_in_unsafe_fn = "warn"
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bootstrap)'] }
|
||||
unused_extern_crates = "warn"
|
||||
unused_lifetimes = "warn"
|
||||
unreachable_pub = "warn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue