diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-03-11 12:55:32 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-03-11 13:14:21 +1100 |
| commit | ff0a5fe975bdf94ea6a42c96c20a3891a91e503c (patch) | |
| tree | 215cfd5debe95b07ddf951a9305f0348f4b57dff /compiler/rustc_index | |
| parent | 55505ab1d3da2ad201303674cb6d3ebeb53e395d (diff) | |
| download | rust-ff0a5fe975bdf94ea6a42c96c20a3891a91e503c.tar.gz rust-ff0a5fe975bdf94ea6a42c96c20a3891a91e503c.zip | |
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
It's no longer necessary now that `-Wunreachable_pub` is being passed.
Diffstat (limited to 'compiler/rustc_index')
| -rw-r--r-- | compiler/rustc_index/src/lib.rs | 1 |
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; |
