ZIm/crates/semantic_index/src
Marshall Bowers 027f055841
Update casing of "OpenAI" in identifiers to match Rust conventions (#6940)
This PR updates the casing of "OpenAI" when used in Rust identifiers to
match the [Rust naming
guidelines](https://rust-lang.github.io/api-guidelines/naming.html):

> In `UpperCamelCase`, acronyms and contractions of compound words count
as one word: use `Uuid` rather than `UUID`, `Usize` rather than `USize`
or `Stdin` rather than `StdIn`.

Release Notes:

- N/A
2024-01-28 12:01:10 -05:00
..
db.rs Remove 2 suffix for fs, db, semantic_index, prettier 2024-01-03 12:09:42 -08:00
embedding_queue.rs Remove 2 suffix for fs, db, semantic_index, prettier 2024-01-03 12:09:42 -08:00
parsing.rs Fix typos detected by crate-ci/typos 2024-01-17 14:31:21 -08:00
semantic_index.rs Update casing of "OpenAI" in identifiers to match Rust conventions (#6940) 2024-01-28 12:01:10 -05:00
semantic_index_settings.rs Display setting documentation in settings.json (#3936) 2024-01-08 19:30:18 +01:00
semantic_index_tests.rs Upgrade tree-sitter-php to v0.21.1 (#6902) 2024-01-27 17:43:39 -05:00