Skip to content

Commit 17674e0

Browse files
committed
Fix warning and make code follow the text better
1 parent 382fc45 commit 17674e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/doc/guide.md

-2
Original file line numberDiff line numberDiff line change
@@ -1577,8 +1577,6 @@ we haven't seen before. Here's a simple program that reads some input,
15771577
and then prints it back out:
15781578

15791579
```{rust,ignore}
1580-
use std::io;
1581-
15821580
fn main() {
15831581
println!("Type something!");
15841582

0 commit comments

Comments
 (0)