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 233fc10 commit b384836Copy full SHA for b384836
library/std/src/prelude/v1.rs
@@ -56,7 +56,7 @@ pub use core::prelude::v1::{
56
#[stable(feature = "builtin_macro_prelude", since = "1.38.0")]
57
#[doc(no_inline)]
58
pub use crate::{
59
- dbg, eprint, eprintln, format, is_x86_feature_detected, print, println, thread_local
+ dbg, eprint, eprintln, format, is_x86_feature_detected, print, println, thread_local, hash_map
60
};
61
62
// These macros needs special handling, so that we don't export it *and* the modules of the same
0 commit comments