Skip to content

Commit e351f05

Browse files
committed
Reword comment about alloc prelude
1 parent e195181 commit e351f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/prelude/v1.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ pub use core::prelude::v1::{
8686
test_case,
8787
};
8888

89-
// The file so far is equivalent to src/libcore/prelude/v1.rs,
90-
// and below to src/liballoc/prelude.rs.
89+
// The file so far is equivalent to `src/libcore/prelude/v1.rs`,
90+
// and below to `src/liballoc/prelude/v1.rs` (except `HashMap`).
9191
// Those files are duplicated rather than using glob imports
9292
// because we want docs to show these re-exports as pointing to within `std`.
9393

0 commit comments

Comments
 (0)