zed/crates/rustdoc
Marshall Bowers 0c28b6a11a
rustdoc: Don't start indexing if a crate is already being indexed (#13149)
This PR updates the rustdoc indexing to not start indexing a crate that
is already being indexed.

Currently the indexing of a crate might get continuously interrupted by
the user's typing, resulting in thrashing of the indexing task and never
indexing the crate in its entirety.

Release Notes:

- N/A
2024-06-17 11:52:05 -04:00
..
src rustdoc: Don't start indexing if a crate is already being indexed (#13149) 2024-06-17 11:52:05 -04:00
Cargo.toml rustdoc: Add CrateName newtype (#13056) 2024-06-14 12:21:03 -04:00
LICENSE-GPL Start on rustdoc crawler (#12942) 2024-06-12 15:21:50 -04:00