Commit 834d3c18 authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

remove now-unused imports

parent 7a8b2344
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -51,11 +51,6 @@ use tor_rtcompat::Runtime;
use std::sync::Arc;
use std::time::Duration;

#[cfg(feature = "experimental-api")]
use path::TorPath;
#[cfg(feature = "experimental-api")]
use rand::{CryptoRng, Rng};

mod err;
mod impls;
mod mgr;