Remove [lints.rust] section from rustc_type_ir.
It was added in #129523 to enable building on stable when there were `cfg(bootstrap)` occurrences in the crate. But those are gone now, so the section can be removed.
This commit is contained in:
parent
98a48781fe
commit
8af0aa25c3
1 changed files with 0 additions and 3 deletions
|
|
@ -33,6 +33,3 @@ nightly = [
|
|||
"rustc_index/nightly",
|
||||
"rustc_ast_ir/nightly",
|
||||
]
|
||||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bootstrap)'] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue