zed/crates/client
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
..
src Use const over static for string literals (#18635) 2024-10-02 12:33:13 -04:00
Cargo.toml client: Remove unused fs dependency (#18324) 2024-09-25 10:02:35 +02:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00