mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-12-28 06:49:19 +00:00
Checker fix
This commit is contained in:
parent
2b5356aab5
commit
b210fdf9ee
@ -12,7 +12,7 @@ fn main() {
|
||||
Ok(contents) => {
|
||||
assert_eq!("This is the file content.", contents);
|
||||
}
|
||||
Err(e) => {
|
||||
Err(_) => {
|
||||
panic!("Error reading file.");
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user