diff --git a/Cargo.toml b/Cargo.toml index 3eed42c72a4..41565fc9256 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,4 @@ resolver = "2" debug = true lto = true -[workspace.lints.rust] -# `unexpected_cfgs` shipped in Rust 1.80 but it's too noisy as various libs -# catch up. Disable it for now, revisit in the future. -# c.f. https://blog.rust-lang.org/2024/05/06/check-cfg.html -unexpected_cfgs = { level = 'allow', check-cfg = ['cfg()'] } +[workspace.lints] \ No newline at end of file