zed/crates/worktree
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 Clean up formatting in Cargo.toml (#18632) 2024-10-02 10:38:23 -04:00
LICENSE-GPL Rename 'project_core' crate to 'worktree', make it just about worktrees (#9189) 2024-03-11 11:35:27 -07:00