Remove [lints.rust] section from rustc_builtin_macros.

`llvm_enzyme` is now in the extra `check-cfg` list in bootstrap, so it
doesn't need to be handled explicitly here.
This commit is contained in:
Nicholas Nethercote 2025-03-08 08:38:49 +11:00
parent 8af0aa25c3
commit a8eeb4b53b

View File

@ -3,10 +3,6 @@ name = "rustc_builtin_macros"
version = "0.0.0"
edition = "2024"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(llvm_enzyme)'] }
[lib]
doctest = false