mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 04:27:02 +01:00
Remove unused import
This commit is contained in:
parent
9a52281382
commit
122b6afd87
|
@ -19,6 +19,3 @@ extern crate lazy_static;
|
|||
|
||||
#[cfg(target_family = "unix")]
|
||||
mod implementation;
|
||||
|
||||
#[cfg(target_family = "unix")]
|
||||
pub use implementation::*;
|
||||
|
|
Loading…
Reference in a new issue