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
parent a234736214
commit 387dfb28bb

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