We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfb9d7 commit 03946e0Copy full SHA for 03946e0
chapter2/src/2_8_1/main.rs
@@ -34,8 +34,6 @@ fn write_fmt<W: fmt::Write>(w: &mut W) {
34
}
35
36
fn main() -> io::Result<()> {
37
- let x = 42;
38
-
39
let tmp_path = mktemp();
40
{
41
let mut contents = String::new();
0 commit comments