about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-07-06 21:35:12 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-08-16 08:46:52 +1000
commitcb3f43569933111c99222e1d8d87d529117f0bd6 (patch)
tree946e42662b86627f95e5c730b1682f23ead9d378
parent6614165eac9532a843f691fe1b7e3c37fa637ebf (diff)
downloadrust-cb3f43569933111c99222e1d8d87d529117f0bd6.tar.gz
rust-cb3f43569933111c99222e1d8d87d529117f0bd6.zip
Don't add `warn(unreachable_pub)` to `rustc_baked_icu`.
But explain why.
-rw-r--r--compiler/rustc_baked_icu_data/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_baked_icu_data/src/lib.rs b/compiler/rustc_baked_icu_data/src/lib.rs
index e964a709757..f86a9db61c6 100644
--- a/compiler/rustc_baked_icu_data/src/lib.rs
+++ b/compiler/rustc_baked_icu_data/src/lib.rs
@@ -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 {