File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
compiler/rustc_baked_icu_data/src Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -18,29 +18,29 @@ macro_rules! __make_provider {
1818 impl $name {
1919 #[ doc( hidden) ]
2020 #[ allow( dead_code) ]
21- pub const MUST_USE_MAKE_PROVIDER_MACRO : ( ) = ( ) ;
21+ const MUST_USE_MAKE_PROVIDER_MACRO : ( ) = ( ) ;
2222 }
2323 } ;
2424}
2525#[ doc( inline) ]
26- pub use __make_provider as make_provider;
26+ use __make_provider as make_provider;
2727#[ macro_use]
2828#[ path = "macros/fallback_likelysubtags_v1.data.rs" ]
2929mod fallback_likelysubtags_v1;
3030#[ doc( inline) ]
31- pub use __impl_fallback_likelysubtags_v1 as impl_fallback_likelysubtags_v1;
31+ use __impl_fallback_likelysubtags_v1 as impl_fallback_likelysubtags_v1;
3232#[ macro_use]
3333#[ path = "macros/fallback_parents_v1.data.rs" ]
3434mod fallback_parents_v1;
3535#[ doc( inline) ]
36- pub use __impl_fallback_parents_v1 as impl_fallback_parents_v1;
36+ use __impl_fallback_parents_v1 as impl_fallback_parents_v1;
3737#[ macro_use]
3838#[ path = "macros/fallback_supplement_co_v1.data.rs" ]
3939mod fallback_supplement_co_v1;
4040#[ doc( inline) ]
41- pub use __impl_fallback_supplement_co_v1 as impl_fallback_supplement_co_v1;
41+ use __impl_fallback_supplement_co_v1 as impl_fallback_supplement_co_v1;
4242#[ macro_use]
4343#[ path = "macros/list_and_v1.data.rs" ]
4444mod list_and_v1;
4545#[ doc( inline) ]
46- pub use __impl_list_and_v1 as impl_list_and_v1;
46+ use __impl_list_and_v1 as impl_list_and_v1;
Original file line number Diff line number Diff line change 2121//! ```
2222
2323#![ allow( internal_features) ]
24+ #![ deny( unreachable_pub) ]
2425#![ feature( rustdoc_internals) ]
2526#![ doc( rust_logo) ]
2627#![ allow( elided_lifetimes_in_paths) ]
You can’t perform that action at this time.
0 commit comments