Skip to content

Commit 6c47074

Browse files
authored
zed: Remove unnecessary #[allow(non_snake_case)] attribute (#21030)
This PR removes the `#[allow(non_snake_case)]` attribute from the `zed` crate, as it wasn't actually doing anything. Release Notes: - N/A
1 parent e0245b3 commit 6c47074

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/zed/src/main.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)]
31
// Disable command line from opening on release mode
42
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
53

0 commit comments

Comments
 (0)