We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a6c48 commit fa12d36Copy full SHA for fa12d36
src/lib.rs
@@ -57,7 +57,7 @@ use std::path::Path;
57
use itertools::Itertools;
58
#[cfg(feature = "graph")]
59
use petgraph::graph::Graph;
60
-use rand::{thread_rng, Rng, SeedableRng};
+use rand::{thread_rng, Rng};
61
#[cfg(feature = "yaml")]
62
use serde::de::DeserializeOwned;
63
0 commit comments