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:
parent
4ee34f3551
commit
60a1abe4c5
7 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue