mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
cargo clippy --fix
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user