Skip to content

Commit dc4db38

Browse files
committed
Don't add deny(unreachable_pub) to rustc_baked_icu.
But explain why.
1 parent 68a811b commit dc4db38

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
// tidy-alphabetical-start
2424
#![allow(elided_lifetimes_in_paths)]
2525
#![allow(internal_features)]
26+
// #![deny(unreachable_pub)] // don't use because this crate is mostly generated code
2627
#![doc(rust_logo)]
2728
#![feature(rustdoc_internals)]
2829
// tidy-alphabetical-end

0 commit comments

Comments
 (0)