mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Don't add warn(unreachable_pub)
to rustc_baked_icu
.
But explain why.
This commit is contained in:
parent
6614165eac
commit
cb3f435699
@ -25,6 +25,7 @@
|
||||
#![allow(internal_features)]
|
||||
#![doc(rust_logo)]
|
||||
#![feature(rustdoc_internals)]
|
||||
// #![warn(unreachable_pub)] // don't use because this crate is mostly generated code
|
||||
// tidy-alphabetical-end
|
||||
|
||||
mod data {
|
||||
|
Loading…
Reference in New Issue
Block a user