Skip to content

Commit dbaa930

Browse files
committed
rollup merge of #17350 : pablobm/doc-fix
2 parents 04f5fe5 + 17674e0 commit dbaa930

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/doc/guide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1575,8 +1575,6 @@ we haven't seen before. Here's a simple program that reads some input,
15751575
and then prints it back out:
15761576

15771577
```{rust,ignore}
1578-
use std::io;
1579-
15801578
fn main() {
15811579
println!("Type something!");
15821580

0 commit comments

Comments
 (0)