chore: Fix new clippy lints
This commit is contained in:
committed by
Kévin Commaille
parent
ae83055119
commit
c77f08024a
@@ -1174,15 +1174,8 @@ mod tests {
|
||||
.collect::<Vec<_>>()
|
||||
);
|
||||
|
||||
let expected = vec![
|
||||
"$CREATE:foo",
|
||||
"$IJR:foo",
|
||||
"$PA:foo",
|
||||
"$IMA:foo",
|
||||
"$IMB:foo",
|
||||
"$IMC:foo",
|
||||
"$MB:foo",
|
||||
];
|
||||
let expected =
|
||||
["$CREATE:foo", "$IJR:foo", "$PA:foo", "$IMA:foo", "$IMB:foo", "$IMC:foo", "$MB:foo"];
|
||||
|
||||
for id in expected.iter().map(|i| event_id(i)) {
|
||||
// make sure our resolved events are equal to the expected list
|
||||
|
||||
Reference in New Issue
Block a user