Skip to content

Commit

Permalink
zed: Remove unnecessary #[allow(non_snake_case)] attribute (#21030)
Browse files Browse the repository at this point in the history
This PR removes the `#[allow(non_snake_case)]` attribute from the `zed`
crate, as it wasn't actually doing anything.

Release Notes:

- N/A
  • Loading branch information
maxdeviant authored Nov 21, 2024
1 parent e0245b3 commit 6c47074
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/zed/src/main.rs
Original file line number Diff line number Diff line change
@@ -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")]

Expand Down

0 comments on commit 6c47074

Please sign in to comment.