Add warn(unreachable_pub) to rustc_feature.

This commit is contained in:
Nicholas Nethercote 2024-08-27 12:55:54 +10:00
parent df5fbf05a1
commit 0d8d05c07f

View File

@ -15,6 +15,7 @@
#![allow(internal_features)] #![allow(internal_features)]
#![doc(rust_logo)] #![doc(rust_logo)]
#![feature(rustdoc_internals)] #![feature(rustdoc_internals)]
#![warn(unreachable_pub)]
// tidy-alphabetical-end // tidy-alphabetical-end
mod accepted; mod accepted;