mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 14:20:35 +00:00
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 |
||
|---|---|---|
| .. | ||
| lib.rs | ||
| static_source.rs | ||
| task_template.rs | ||
| vscode_format.rs | ||