We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 151e870 + ba8505c commit 3604dbbCopy full SHA for 3604dbb
lib/src/utils.rs
@@ -5,9 +5,14 @@ use std::process::Command;
5
use std::time::Duration;
6
7
use anyhow::{Context, Result};
8
+#[cfg(feature = "install")]
9
use camino::Utf8Path;
10
+use cap_std_ext::cap_std::fs::Dir;
11
12
use cap_std_ext::dirext::CapStdExtDirExt;
-use cap_std_ext::{cap_std::fs::Dir, prelude::CapStdExtCommandExt};
13
14
+use cap_std_ext::prelude::CapStdExtCommandExt;
15
16
use fn_error_context::context;
17
use indicatif::HumanDuration;
18
use libsystemd::logging::journal_print;
0 commit comments