summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2018-08-23 15:36:52 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-10 19:40:31 +0300
commit2b6d1e0dbf47750ee4377d532fb6b38496e4b336 (patch)
tree4d0dbb939d66ececb4629c00caa5f301d9930098 /src
parentb617fc013681f3c2a9b6f49fa6e2af8261bf99c7 (diff)
Run clippy lints
Diffstat (limited to 'src')
-rw-r--r--src/bin.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin.rs b/src/bin.rs
index b800441a..47f66658 100644
--- a/src/bin.rs
+++ b/src/bin.rs
@@ -35,7 +35,6 @@ extern crate ui;
pub use melib::*;
pub use ui::*;
-
#[macro_use]
extern crate chan;
extern crate chan_signal;
@@ -56,7 +55,6 @@ fn main() {
/* Catch SIGWINCH to handle terminal resizing */
let signal = chan_signal::notify(&[Signal::WINCH]);
-
/* Create the application State. This is the 'System' part of an ECS architecture */
let mut state = State::new();