Skip to content

Commit

Permalink
Correct order of use
Browse files Browse the repository at this point in the history
  • Loading branch information
dns2utf8 committed Feb 25, 2018
1 parent c90f0c3 commit 8fdb08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ use core::sync::atomic::{AtomicUsize, Ordering};
#[cfg(all(feature = "v4", not(any(feature = "v3", feature = "v5"))))]
use rand::Rng;
#[cfg(any(feature = "v3", feature = "v5"))]
use rand::{Rng, thread_rng};
use rand::{thread_rng, Rng};

#[cfg(feature = "v5")]
use sha1::Sha1;
Expand Down

0 comments on commit 8fdb08f

Please sign in to comment.