zed/crates/ai/src
Marshall Bowers 12980dd88f
Enable clippy::derivable_impls (#8836)
This PR enables the
[`clippy::derivable_impls`](https://rust-lang.github.io/rust-clippy/master/index.html#/derivable_impls)
rule and fixes the outstanding violations.

Release Notes:

- N/A
2024-03-04 11:47:07 -05:00
..
prompts Enable clippy::clone_on_copy (#8728) 2024-03-02 17:37:48 -05:00
providers Remove unneeded 'static lifetimes on &strs in constants (#8698) 2024-03-02 00:40:49 -05:00
ai.rs updated authentication for embedding provider 2023-10-26 11:18:16 +02:00
auth.rs Move interaction with keychain off the main thread 2024-01-24 14:53:05 +01:00
completion.rs clean up warnings and fix tests in the ai crate 2023-10-30 11:07:24 -04:00
embedding.rs Enable clippy::unnecessary_unwrap (#8756) 2024-03-02 23:10:56 -05:00
models.rs move OpenAILanguageModel to providers folder 2023-10-22 13:47:28 +02:00
providers.rs Stub out support for Azure OpenAI (#8624) 2024-02-29 13:02:08 -05:00
test.rs Enable clippy::derivable_impls (#8836) 2024-03-04 11:47:07 -05:00