zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
50.45k stars 3.12k forks source link

zed: Remove unnecessary `#[allow(non_snake_case)]` attribute #21030

Closed maxdeviant closed 9 hours ago

maxdeviant commented 9 hours ago

This PR removes the #[allow(non_snake_case)] attribute from the zed crate, as it wasn't actually doing anything.

Release Notes: