diff --git a/crates/zed/src/main.rs b/crates/zed/src/main.rs index b1b721c7c649d2a5de3deaf5e419849fd688412e..e96a70f91d80d5df25988fff68def560a7a333cf 100644 --- a/crates/zed/src/main.rs +++ b/crates/zed/src/main.rs @@ -1,5 +1,3 @@ -// Allow binary to be called Zed for a nice application menu when running executable directly -#![allow(non_snake_case)] // Disable command line from opening on release mode #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]