We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deny(unreachable_pub)
rustc_baked_icu
1 parent 68a811b commit dc4db38Copy full SHA for dc4db38
compiler/rustc_baked_icu_data/src/lib.rs
@@ -23,6 +23,7 @@
23
// tidy-alphabetical-start
24
#![allow(elided_lifetimes_in_paths)]
25
#![allow(internal_features)]
26
+// #![deny(unreachable_pub)] // don't use because this crate is mostly generated code
27
#![doc(rust_logo)]
28
#![feature(rustdoc_internals)]
29
// tidy-alphabetical-end
0 commit comments