Skip to content

Commit 8bf9bae

Browse files
committed
remove cautionary wording in the hashmap docstring
it's pretty solid, at least relative to most of the other modules
1 parent dbeef1d commit 8bf9bae

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/libcore/hashmap.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
/*!
12-
13-
Sendable hash maps. Very much a work in progress.
14-
15-
*/
11+
//! Sendable hash maps.
1612
1713
// NB: transitionary, de-mode-ing.
1814
#[forbid(deprecated_mode)];

0 commit comments

Comments
 (0)