Skip to content

Commit 7271b9f

Browse files
committed
fix imports take 2
1 parent c7d8f4f commit 7271b9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sshdconfig/src/set.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
#[cfg(windows)]
55
use {
6-
registry_lib::{config::RegistryValueData, RegistryHelper},
7-
crate::args::DefaultShell
6+
std::path::Path,
7+
registry_lib::{config::RegistryValueData, RegistryHelper}
88
};
99

10-
use std::path::Path;
10+
use crate::args::DefaultShell;
1111
use crate::error::SshdConfigError;
1212

1313
/// Invoke the set command.

0 commit comments

Comments
 (0)