rollup merge of #17350 : pablobm/doc-fix

This commit is contained in:
Alex Crichton 2014-09-19 10:00:32 -07:00
commit dbaa9300ac
1 changed files with 0 additions and 2 deletions

View File

@ -1575,8 +1575,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!");