Skip to content

Commit 1811180

Browse files
committed
Export new hash_map macro
1 parent 2d7b4b6 commit 1811180

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

library/std/src/prelude/v1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub use core::prelude::v1::{
5656
#[stable(feature = "builtin_macro_prelude", since = "1.38.0")]
5757
#[doc(no_inline)]
5858
pub use crate::{
59-
dbg, eprint, eprintln, format, is_x86_feature_detected, print, println, thread_local
59+
dbg, eprint, eprintln, format, is_x86_feature_detected, print, println, thread_local, hash_map
6060
};
6161

6262
// These macros needs special handling, so that we don't export it *and* the modules of the same

0 commit comments

Comments
 (0)