librustdoc: remove unnecessary as_mut_slice
calls
This commit is contained in:
parent
a0a354ff22
commit
5172981207
1 changed files with 1 additions and 1 deletions
|
@ -1261,7 +1261,7 @@ impl Context {
|
|||
}
|
||||
|
||||
for (_, items) in map.iter_mut() {
|
||||
items.as_mut_slice().sort();
|
||||
items.sort();
|
||||
}
|
||||
return map;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue