ZIm/crates/editor
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 Fix bugs in diff hunk highlighting (#18454) 2024-09-27 11:14:28 -07:00
LICENSE-GPL chore: Change AGPL-licensed crates to GPL (except for collab) (#4231) 2024-01-24 00:26:58 +01:00