cargo clippy --fix

This commit is contained in:
Henry Schimke
2023-01-27 15:24:24 -06:00
parent 58e6827e89
commit 42d40de755
86 changed files with 196 additions and 335 deletions

View File

@@ -78,7 +78,7 @@ fn testRSSExpanded() {
let ev = epr_res.getUncommonAIs().get(k).unwrap();
assert_eq!(v, ev);
} else {
panic!("key not found {}", k)
panic!("key not found {k}")
}
}
// assert_eq!(&uncommonAIs, epr_res.getUncommonAIs());