Skip to content

Commit 1cf0503

Browse files
committed
Formatting
1 parent 74ec7c5 commit 1cf0503

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

benches/bench.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,10 @@ fn insert_8_char_string(b: &mut Bencher) {
150150
strings.push(format!("{:x}", -i));
151151
}
152152

153-
154153
let mut m = new_map();
155154
b.iter(|| {
156155
for key in &strings {
157156
m.insert(key, key);
158157
}
159158
})
160-
161-
}
159+
}

0 commit comments

Comments
 (0)