We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5356a commit b210fdfCopy full SHA for b210fdf
solutions/24_file_io/file_io1.rs
@@ -12,7 +12,7 @@ fn main() {
12
Ok(contents) => {
13
assert_eq!("This is the file content.", contents);
14
}
15
- Err(e) => {
+ Err(_) => {
16
panic!("Error reading file.");
17
18
0 commit comments