Remove extern crate statements

https://doc.rust-lang.org/edition-guide/rust-2018/module-system/path-clarity.html
This commit is contained in:
Henrik Friedrichsen
2021-05-04 22:51:03 +02:00
parent f9bb41655f
commit 71d42d489e
14 changed files with 15 additions and 36 deletions

View File

@@ -1,6 +1,7 @@
use std::cmp::Ordering;
use std::sync::{Arc, RwLock};
use log::{debug, error, info};
#[cfg(feature = "notify")]
use notify_rust::Notification;