mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 12:52:34 +00:00
cargo clippy --fix
This commit is contained in:
@@ -172,8 +172,7 @@ fn testDecodeDataCharacter() {
|
||||
|
||||
fn readImage(fileName: &str) -> image::DynamicImage {
|
||||
image::open(format!(
|
||||
"test_resources/blackbox/rssexpanded-1/{}",
|
||||
fileName
|
||||
"test_resources/blackbox/rssexpanded-1/{fileName}"
|
||||
))
|
||||
.unwrap()
|
||||
// Path path = AbstractBlackBoxTestCase.buildTestBase("src/test/resources/blackbox/rssexpanded-1/").resolve(fileName);
|
||||
|
||||
Reference in New Issue
Block a user