Skip to content

Commit cdf9fc1

Browse files
committed
Silence unproblematic warning
1 parent b3d5e9f commit cdf9fc1

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/prelude

1 file changed

+1
-0
lines changed

library/std/src/prelude/v1.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ mod ambiguous_macro_only_std {
6666
mod vec {}
6767
#[allow(hidden_glob_reexports)]
6868
mod panic {}
69+
#[allow(exported_private_dependencies)]
6970
#[stable(feature = "builtin_macro_prelude", since = "1.38.0")]
7071
pub use crate::*;
7172
}

0 commit comments

Comments
 (0)