Fix stable-sort-primitive

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-06-02 00:27:03 +00:00 committed by June 🍓🦴
parent 0f3d43153b
commit 4521e93d04

View file

@ -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(),