Skip to content

Commit 11b957e

Browse files
Reformat random_state tests
1 parent 978e3ac commit 11b957e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/random_state.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use std::collections::hash_map::RandomState;
44
use std::collections::hash_map::{DefaultHasher, HashMap};
5-
use std::hash::{BuildHasherDefault};
5+
use std::hash::BuildHasherDefault;
66

77
fn main() {
88
// Should warn

0 commit comments

Comments
 (0)