1
Fork 0

Rename rustdoc::html::render::cache to search_index

The old name wasn't very clear, while the new one makes it clear that
this is the code responsible for creating the search index.
This commit is contained in:
Noah Lev 2021-12-27 18:39:35 -08:00
parent 4ee34f3551
commit 60a1abe4c5
7 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@
//! These threads are not parallelized (they haven't been a bottleneck yet), and
//! both occur before the crate is rendered.
crate mod cache;
crate mod search_index;
#[cfg(test)]
mod tests;