Add `warn(unreachable_pub)` to `rustc_index`.

This commit is contained in:
Nicholas Nethercote 2024-08-27 14:33:24 +10:00
parent 37becf7bdc
commit 46fe09f3f3
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#![cfg_attr(feature = "nightly", allow(internal_features))]
#![cfg_attr(feature = "nightly", feature(extend_one, new_uninit, step_trait, test))]
#![cfg_attr(feature = "nightly", feature(new_zeroed_alloc))]
#![warn(unreachable_pub)]
// tidy-alphabetical-end
pub mod bit_set;