mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 08:54:04 +00:00
Silence warning about binary name
This commit is contained in:
parent
0caf908c78
commit
e55abc4220
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue