zed/crates/rustdoc/src
Marshall Bowers 81475ac4cd
paths: Replace lazy_static! with OnceLock (#13213)
This PR replaces the `lazy_static!` usages in the `paths` crate with
`OnceLock` from the standard library.

This allows us to drop the `lazy_static` dependency from this crate.

The paths are now exposed as accessor functions that reference a private
static value.

Release Notes:

- N/A
2024-06-18 12:22:37 -04:00
..
indexer.rs assistant: Indicate when the /rustdoc output is from the index (#13148) 2024-06-17 11:53:23 -04:00
item.rs Persist index for /rustdoc in LMDB (#12988) 2024-06-13 12:07:26 -04:00
rustdoc.rs rustdoc: Index crates progressively (#13011) 2024-06-13 16:40:06 -04:00
store.rs paths: Replace lazy_static! with OnceLock (#13213) 2024-06-18 12:22:37 -04:00
to_markdown.rs rustdoc: Strip out additional chrome (#13172) 2024-06-17 16:44:15 -04:00