mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
cargo clippy --fix
This commit is contained in:
@@ -77,8 +77,7 @@ fn test_high_level_decode_string(expectedString: &str, b: &str) {
|
||||
assert_eq!(
|
||||
expectedString,
|
||||
decoder::highLevelDecode(&toBooleanArray(&bits)).expect("highLevelDecode Failed"),
|
||||
"highLevelDecode() failed for input bits: {}",
|
||||
b
|
||||
"highLevelDecode() failed for input bits: {b}"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user