bootstrap: fix Clippy warning
This commit is contained in:
parent
e2d6de7b20
commit
2a62479677
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ impl CommandProfiler {
|
|||
})
|
||||
.collect();
|
||||
|
||||
entries.sort_by(|a, b| b.2.cmp(&a.2));
|
||||
entries.sort_by_key(|e| std::cmp::Reverse(e.2));
|
||||
|
||||
let total_bootstrap_duration = start_time.elapsed();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue