fix: fix no-op test
Thanks clippy.
This commit is contained in:
parent
902bb59a47
commit
5f88312e53
|
@ -708,12 +708,8 @@ mod tests {
|
|||
vec![String::from("6.topic: darwin")]
|
||||
);
|
||||
assert_eq!(
|
||||
label_from_title("fix build on bsd and darwin").sort(),
|
||||
vec![
|
||||
String::from("6.topic: darwin"),
|
||||
String::from("6.topic: bsd")
|
||||
]
|
||||
.sort()
|
||||
label_from_title("fix build on bsd and darwin"),
|
||||
[String::from("6.topic: bsd"), String::from("6.topic: darwin")]
|
||||
);
|
||||
assert_eq!(
|
||||
label_from_title("pkg: fix cross"),
|
||||
|
|
Loading…
Reference in a new issue