summaryrefslogtreecommitdiffstats
path: root/src/commands/build.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-12-04 11:26:55 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-12-07 13:21:54 +0100
commitc946855c0e081f21fb6e750bd4b4894f63df4477 (patch)
tree313302eb9217f4632e2f55294c2fefd81a926709 /src/commands/build.rs
parente14aa0cb858ab40f6cafb9650fe7f7496b969618 (diff)
Remove unused imports
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/commands/build.rs')
-rw-r--r--src/commands/build.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/build.rs b/src/commands/build.rs
index 02a122d..0568790 100644
--- a/src/commands/build.rs
+++ b/src/commands/build.rs
@@ -1,4 +1,3 @@
-use std::collections::BTreeMap;
use std::io::Write;
use std::path::Path;
use std::path::PathBuf;