diff --git a/src/providers/mod.rs b/src/providers/mod.rs index 91d1228..35e0410 100644 --- a/src/providers/mod.rs +++ b/src/providers/mod.rs @@ -98,7 +98,6 @@ fn write_ssh_keys(user: User, ssh_keys: Vec) -> Result<()> { #[cfg(not(feature = "cl-legacy"))] fn write_ssh_keys(user: User, ssh_keys: Vec) -> Result<()> { use std::io::ErrorKind::NotFound; - use tempfile; use users::os::unix::UserExt; // switch users