Skip to content

Commit 03946e0

Browse files
committed
Revert "わざと警告を発生させる"
This reverts commit 9dfb9d7.
1 parent 9dfb9d7 commit 03946e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chapter2/src/2_8_1/main.rs

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ fn write_fmt<W: fmt::Write>(w: &mut W) {
3434
}
3535

3636
fn main() -> io::Result<()> {
37-
let x = 42;
38-
3937
let tmp_path = mktemp();
4038
{
4139
let mut contents = String::new();

0 commit comments

Comments
 (0)