aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-27 17:03:12 -0700
committerFuwn <[email protected]>2021-04-27 17:03:12 -0700
commita0e11d67da6d0a4e35de6a76cc10edd70c747f6e (patch)
tree37cbc72a6c351cedffb5f3d03a8dd2e801f4e5cd /src/main.rs
parentfeature: New configuration file format (diff)
downloadwhirl-a0e11d67da6d0a4e35de6a76cc10edd70c747f6e.tar.xz
whirl-a0e11d67da6d0a4e35de6a76cc10edd70c747f6e.zip
fmt: ...
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 82dcfb6..04f07bc 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -19,7 +19,6 @@ use whirl::{
},
},
};
-use log::LevelFilter;
#[tokio::main]
async fn main() -> Result<(), Box<dyn Error>> {