Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan,jieyouxu

Use `RUSTC_LINT_FLAGS` more

An alternative to the failed #138084.

Fixes #138106.

r? ````@jieyouxu````
This commit is contained in:
Matthias Krüger
2025-03-12 17:59:08 +01:00
committed by GitHub
71 changed files with 38 additions and 94 deletions

View File

@@ -5,7 +5,6 @@
#![feature(dropck_eyepatch)]
#![feature(let_chains)]
#![feature(min_specialization)]
#![warn(unreachable_pub)]
// tidy-alphabetical-end
pub mod cache;