ZIm/crates/zed/src
Marshall Bowers 167af4bc1d
Use const over static for string literals (#18635)
I noticed a few places where we were storing `&'static str`s in
`static`s instead of `const`s.

This PR updates them to use `const`.

Release Notes:

- N/A
2024-10-02 12:33:13 -04:00
..
zed chore: Another round of style lints fixes (#17519) 2024-09-07 02:36:55 +02:00
main.rs Add snippet commands (#18453) 2024-10-02 13:27:16 +02:00
reliability.rs Use const over static for string literals (#18635) 2024-10-02 12:33:13 -04:00
zed.rs Proposed changes editor features (#18373) 2024-09-25 16:33:00 -07:00