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 a605fd0 commit a19dce6Copy full SHA for a19dce6
src/libcore/send_map.rs
@@ -13,7 +13,7 @@ Sendable hash maps. Very much a work in progress.
13
type HashFn<K> = pure fn~(K) -> uint;
14
type EqFn<K> = pure fn~(K, K) -> bool;
15
16
-trait send_map<K, V: copy> {
+trait SendMap<K, V: copy> {
17
// FIXME(#3148) ^^^^ once find_ref() works, we can drop V:copy
18
19
fn insert(&mut self, +k: K, +v: V) -> bool;
0 commit comments