summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-03-30 20:53:47 -0400
committerMica White <botahamec@outlook.com>2026-03-30 20:53:47 -0400
commit0e82b20e196206d020f2111da4b3cce4d8682e42 (patch)
tree464929288e0ed5fcadf1d01805b98d0b783997ff /src
parentda6cb19c293c4998a5d8152b3660dc5e8d3b26e0 (diff)
Add install section to systemd unit
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0eeee6d..9535bf7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -28,7 +28,6 @@
*/
use std::collections::{HashMap, HashSet};
-use std::fs::Metadata;
use std::path::{Path, PathBuf};
use confy::ConfyError;