about summary refs log tree commit diff
path: root/compiler/rustc_index
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-03-12 17:59:08 +0100
committerGitHub <noreply@github.com>2025-03-12 17:59:08 +0100
commitd93ef397ce4522be2e90585f2a81142728596dd7 (patch)
treead38d9ae4aff1f5436ad6d452bd65b1819c92da3 /compiler/rustc_index
parenta21d41a22d7a93101ee409095d9f373fb6c5d957 (diff)
parentff0a5fe975bdf94ea6a42c96c20a3891a91e503c (diff)
downloadrust-d93ef397ce4522be2e90585f2a81142728596dd7.tar.gz
rust-d93ef397ce4522be2e90585f2a81142728596dd7.zip
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````
Diffstat (limited to 'compiler/rustc_index')
-rw-r--r--compiler/rustc_index/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_index/src/lib.rs b/compiler/rustc_index/src/lib.rs
index 3441a5f65c7..cc680838e7e 100644
--- a/compiler/rustc_index/src/lib.rs
+++ b/compiler/rustc_index/src/lib.rs
@@ -4,7 +4,6 @@
 #![cfg_attr(feature = "nightly", feature(extend_one, step_trait, test))]
 #![cfg_attr(feature = "nightly", feature(new_range_api))]
 #![cfg_attr(feature = "nightly", feature(new_zeroed_alloc))]
-#![warn(unreachable_pub)]
 // tidy-alphabetical-end
 
 pub mod bit_set;