summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
index 91d6649a..26093811 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -21,8 +21,6 @@
clippy::bool_to_int_with_if,
clippy::module_name_repetitions
)]
-// high number of false positives on nightly (as of Oct 2022 with 1.66.0-nightly)
-#![allow(clippy::missing_const_for_fn)]
//TODO:
// #![deny(clippy::expect_used)]
@@ -45,7 +43,6 @@ mod string_utils;
mod strings;
mod tabs;
mod ui;
-mod version;
mod watcher;
use crate::{app::App, args::process_cmdline};