Skip to content

Commit 79094b6

Browse files
committed
fix missing import
1 parent fa12d36 commit 79094b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ use std::path::Path;
5757
use itertools::Itertools;
5858
#[cfg(feature = "graph")]
5959
use petgraph::graph::Graph;
60-
use rand::{thread_rng, Rng};
60+
use rand::{thread_rng, Rng, SeedableRng};
6161
#[cfg(feature = "yaml")]
6262
use serde::de::DeserializeOwned;
6363
#[cfg(feature = "yaml")]

0 commit comments

Comments
 (0)