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:
Nicholas Nethercote 2025-03-06 14:43:11 +11:00
parent 98a48781fe
commit 8af0aa25c3

View file

@ -33,6 +33,3 @@ nightly = [
"rustc_index/nightly",
"rustc_ast_ir/nightly",
]
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bootstrap)'] }