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.
1 parent 9d7b0e4 commit e1491b9Copy full SHA for e1491b9
1 file changed
compiler/rustc_baked_icu_data/src/lib.rs
@@ -21,8 +21,9 @@
21
22
// tidy-alphabetical-start
23
#![allow(elided_lifetimes_in_paths)]
24
-#![allow(unreachable_pub)] // because this crate is mostly generated code
+#![allow(unreachable_pub, reason = "this crate is mostly generated code")]
25
// #![warn(unreachable_pub)] // don't use because this crate is mostly generated code
26
+#![doc(test(attr(elided_lifetimes_in_paths)))]
27
// tidy-alphabetical-end
28
29
pub struct BakedDataProvider;
0 commit comments