refactor: pass cargo clippy as much as possible

This commit is contained in:
Nova
2022-05-17 09:10:45 -04:00
parent 6e3aa0a0fa
commit 8242537932
3 changed files with 12 additions and 13 deletions

View File

@@ -1,8 +1,6 @@
mod core;
mod nodes;
use self::core::eventloop::EventLoop;
use ctrlc;
use std::sync::mpsc::channel;
fn main() {