Remove unused import

This commit is contained in:
William Brown 2024-01-24 11:17:55 +10:00
parent 9a52281382
commit 122b6afd87

View file

@ -19,6 +19,3 @@ extern crate lazy_static;
#[cfg(target_family = "unix")] #[cfg(target_family = "unix")]
mod implementation; mod implementation;
#[cfg(target_family = "unix")]
pub use implementation::*;