Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
50.45k
stars
3.12k
forks
source link
zed: Remove unnecessary `#[allow(non_snake_case)]` attribute #21030
Closed
maxdeviant closed 9 hours ago
This PR removes the
#[allow(non_snake_case)]
attribute from thezed
crate, as it wasn't actually doing anything.Release Notes: