Silence warning about binary name

This commit is contained in:
Nathan Sobo 2021-04-15 20:28:20 -06:00
parent 0caf908c78
commit e55abc4220

View file

@ -1,3 +1,6 @@
// Allow binary to be called Zed for a nice application menu when running executable direcly
#![allow(non_snake_case)]
use fs::OpenOptions;
use log::LevelFilter;
use simplelog::SimpleLogger;