ZIm/crates/collab/src
Marshall Bowers 5fad319cb5
Enable clippy::expect_fun_call (#8768)
This PR enables the
[`clippy::expect_fun_call`](https://rust-lang.github.io/rust-clippy/master/index.html#/expect_fun_call)
rule and fixes the outstanding violations.

Release Notes:

- N/A
2024-03-03 10:27:37 -05:00
..
api Enable clippy::useless_conversion (#8767) 2024-03-03 10:22:55 -05:00
bin Enable clippy::expect_fun_call (#8768) 2024-03-03 10:27:37 -05:00
db Enable clippy::useless_conversion (#8767) 2024-03-03 10:22:55 -05:00
rpc Enable clippy::map_flatten (#8733) 2024-03-02 18:24:22 -05:00
tests Enable clippy::useless_conversion (#8767) 2024-03-03 10:22:55 -05:00
api.rs Enable clippy::needless_question_mark (#8759) 2024-03-02 23:40:39 -05:00
auth.rs Replace lazy_static! with OnceLock in collab crate (#8677) 2024-03-01 11:24:53 -05:00
db.rs Enable clippy::useless_conversion (#8724) 2024-03-02 16:31:47 -05:00
env.rs Add an extensions API to the collaboration server (#7807) 2024-02-15 12:53:57 -08:00
errors.rs Remove more unused code related to GitHub auth and errors 2022-04-21 08:57:49 -06:00
executor.rs Remove 2 suffix for collab, rope, settings, menu 2024-01-03 12:29:16 -08:00
lib.rs Remove expects when constructing Clickhouse client (#8697) 2024-03-01 23:10:02 -05:00
main.rs Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
rpc.rs Enable clippy::useless_conversion (#8767) 2024-03-03 10:22:55 -05:00
tests.rs Add initial support for defining language server adapters in WebAssembly-based extensions (#8645) 2024-03-01 16:00:55 -08:00