Skip to content

Commit a344e2c

Browse files
thealmartylewis1revill
authored andcommitted
Fix compile error.
1 parent d77f05c commit a344e2c

File tree

2 files changed

+56
-11
lines changed

2 files changed

+56
-11
lines changed

Cargo.lock

Lines changed: 55 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pub fn main() {
1313
let vec = match valida_rs::io::read() {
1414
Ok(vec) => vec,
1515
Err(e) => {
16-
valida_rs::io::println(&format!("Error reading input: {}", e));
16+
println!("Error reading input: {}", e);
1717
return;
1818
}
1919
};

0 commit comments

Comments
 (0)