Skip to content

Commit 41e5bf2

Browse files
committed
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.
1 parent f9e0239 commit 41e5bf2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

compiler/rustc_type_ir/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,3 @@ nightly = [
3333
"rustc_index/nightly",
3434
"rustc_ast_ir/nightly",
3535
]
36-
37-
[lints.rust]
38-
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(bootstrap)'] }

0 commit comments

Comments
 (0)