We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e195181 commit e351f05Copy full SHA for e351f05
src/libstd/prelude/v1.rs
@@ -86,8 +86,8 @@ pub use core::prelude::v1::{
86
test_case,
87
};
88
89
-// The file so far is equivalent to src/libcore/prelude/v1.rs,
90
-// and below to src/liballoc/prelude.rs.
+// The file so far is equivalent to `src/libcore/prelude/v1.rs`,
+// and below to `src/liballoc/prelude/v1.rs` (except `HashMap`).
91
// Those files are duplicated rather than using glob imports
92
// because we want docs to show these re-exports as pointing to within `std`.
93
0 commit comments