Skip to content

Commit cb3f435

Browse files
committed
Don't add warn(unreachable_pub) to rustc_baked_icu.
But explain why.
1 parent 6614165 commit cb3f435

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_baked_icu_data/src

1 file changed

+1
-0
lines changed

compiler/rustc_baked_icu_data/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#![allow(internal_features)]
2626
#![doc(rust_logo)]
2727
#![feature(rustdoc_internals)]
28+
// #![warn(unreachable_pub)] // don't use because this crate is mostly generated code
2829
// tidy-alphabetical-end
2930

3031
mod data {

0 commit comments

Comments
 (0)