Skip to content

Commit

Permalink
Reformat random_state tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilaBorowska committed Dec 30, 2018
1 parent 978e3ac commit 11b957e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/random_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use std::collections::hash_map::RandomState;
use std::collections::hash_map::{DefaultHasher, HashMap};
use std::hash::{BuildHasherDefault};
use std::hash::BuildHasherDefault;

fn main() {
// Should warn
Expand Down

0 comments on commit 11b957e

Please sign in to comment.