Fix stable-sort-primitive
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
0f3d43153b
commit
4521e93d04
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ impl Service {
|
|||
);
|
||||
}
|
||||
|
||||
full_auth_chain.sort();
|
||||
full_auth_chain.sort_unstable();
|
||||
full_auth_chain.dedup();
|
||||
debug!(
|
||||
chain_length = ?full_auth_chain.len(),
|
||||
|
|
Loading…
Add table
Reference in a new issue