A set of small fixes (#16849)

* Linux Clippy lints fixed
* Zed local tasks are now simpler to rerun
* Zed's `release-fast` build profile keeps the debug info so it's
possible to properly debug things without altering the sources

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2024-08-26 02:24:08 +03:00 committed by GitHub
parent 1a2a538366
commit 55dda0e6af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 6 deletions

View file

@ -545,6 +545,7 @@ zed = { codegen-units = 16 }
[profile.release-fast]
inherits = "release"
debug = "full"
lto = false
codegen-units = 16