Migrate to edition 2021
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
//!
|
||||
//! Hopefully, one day a reliable file watching/walking crate appears on
|
||||
//! crates.io, and we can reduce this to trivial glue code.
|
||||
use std::{convert::TryFrom, fs};
|
||||
use std::fs;
|
||||
|
||||
use crossbeam_channel::{never, select, unbounded, Receiver, Sender};
|
||||
use notify::{RecommendedWatcher, RecursiveMode, Watcher};
|
||||
|
||||
Reference in New Issue
Block a user