fix(#1375): clean up pedantic warnings and re-enable -D warnings without pedantic bypass
This commit is contained in:
parent
da7f1d6c45
commit
fb726197ea
28 changed files with 109 additions and 90 deletions
|
|
@ -666,7 +666,7 @@ mod tests {
|
|||
let mut top = top_level_agents_in(&topo);
|
||||
top.sort();
|
||||
let mut expected = vec![crate::lifecycle::MANAGER_NAME, "orphan"];
|
||||
expected.sort();
|
||||
expected.sort_unstable();
|
||||
assert_eq!(top, expected);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue