zed/crates/collab/src
Piotr Osiewicz 33a67ad6b9
chore: Clippy fixes for 1.80 (#13987)
The biggest hurdle turned out to be use of `Arc<Language>` in maps, as
`clippy::mutable_key_type` started triggering on it (due to - I suppose
- internal mutability on `HighlightMap`?). I switched over to using
`LanguageId` as the key type in some of the callsites, as that's what
`Language` uses anyways for it's hash/eq, though I've still had to
suppress the lint outside of language crate.

/cc @maxdeviant , le clippy guru.

Release Notes:

- N/A
2024-07-10 17:53:17 +02:00
..
api Remove unused ids query parameter from GET /extensions endpoint (#13802) 2024-07-03 19:03:49 -04:00
bin
db chore: Clippy fixes for 1.80 (#13987) 2024-07-10 17:53:17 +02:00
rpc
tests Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
ai.rs
api.rs
auth.rs
completion.rs
db.rs
env.rs
errors.rs
executor.rs
lib.rs
main.rs
rate_limiter.rs
rpc.rs Lay the groundwork for collaborating on assistant panel (#13991) 2024-07-10 17:36:22 +02:00
seed.rs
tests.rs