ZIm/crates/assistant_slash_commands
tidely f060918b57
zed: Remove unnecessary clones (#29513)
`App::http_client` and `Client::http_client` both return an owned `Arc`
which it clones internally. This means we can remove unnecessary clones
when calling these methods.

Release Notes:

- N/A
2025-04-27 19:23:37 -07:00
..
src zed: Remove unnecessary clones (#29513) 2025-04-27 19:23:37 -07:00
Cargo.toml Add workspace-hack (#27277) 2025-04-02 13:26:34 -07:00
LICENSE-GPL Extract slash commands to their own crate (#23261) 2025-01-16 22:17:07 +00:00