Finally, get rid of all rust warnings
Just a small step along the way to reduce the massive wall of spam every time you compile. This was done partly automagically with `cargo fix`. The rest was me deleting or commenting out a bunch of variables. Hope nothing was important...
This commit is contained in:
@@ -458,7 +458,7 @@ where
|
||||
}
|
||||
|
||||
let mut rng = JitterRng::new_with_timer(get_nstime);
|
||||
rng.test_timer();
|
||||
let _ = rng.test_timer();
|
||||
|
||||
for _ in 0..100 {
|
||||
let char_iter = iter::repeat(())
|
||||
|
||||
Reference in New Issue
Block a user