Remove needless mut in paths
This commit is contained in:
parent
cac7e5faed
commit
059163fad7
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ fn build_index(krate: &clean::Crate, cache: &mut Cache) -> String {
|
|||
|
||||
let Cache { ref mut search_index,
|
||||
ref orphan_impl_items,
|
||||
ref mut paths, .. } = *cache;
|
||||
ref paths, .. } = *cache;
|
||||
|
||||
// Attach all orphan items to the type's definition if the type
|
||||
// has since been learned.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue