]> git.lizzy.rs Git - rust.git/commitdiff
Fix warning and make code follow the text better
authorPablo Brasero <pablo@pablobm.com>
Wed, 17 Sep 2014 20:05:16 +0000 (21:05 +0100)
committerPablo Brasero <pablo@pablobm.com>
Wed, 17 Sep 2014 20:05:16 +0000 (21:05 +0100)
src/doc/guide.md

index 140536543d93dcbfd662666eac6b205216a19cf5..44cd68975cb2a51243b918529df2ddec680df802 100644 (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!");