We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978e3ac commit 11b957eCopy full SHA for 11b957e
tests/ui/random_state.rs
@@ -2,7 +2,7 @@
2
3
use std::collections::hash_map::RandomState;
4
use std::collections::hash_map::{DefaultHasher, HashMap};
5
-use std::hash::{BuildHasherDefault};
+use std::hash::BuildHasherDefault;
6
7
fn main() {
8
// Should warn
0 commit comments