Fix warning and make code follow the text better

This commit is contained in:
Pablo Brasero 2014-09-17 21:05:16 +01:00
parent 382fc45759
commit 17674e02fc

View File

@ -1577,8 +1577,6 @@ we haven't seen before. Here's a simple program that reads some input,
and then prints it back out:
```{rust,ignore}
use std::io;
fn main() {
println!("Type something!");