We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[allow(non_snake_case)]
1 parent e0245b3 commit 6c47074Copy full SHA for 6c47074
crates/zed/src/main.rs
@@ -1,5 +1,3 @@
1
-// Allow binary to be called Zed for a nice application menu when running executable directly
2
-#![allow(non_snake_case)]
3
// Disable command line from opening on release mode
4
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
5
0 commit comments