1
Fork 0

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:
Manish Goregaokar 2025-03-12 10:19:30 -07:00 committed by GitHub
commit 245d3a90ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
71 changed files with 38 additions and 94 deletions

View file

@ -31,7 +31,6 @@
#![feature(unwrap_infallible)]
#![feature(yeet_expr)]
#![recursion_limit = "512"] // For rustdoc
#![warn(unreachable_pub)] // For rustdoc
// tidy-alphabetical-end
pub mod error_reporting;