From 17674e02fcf2d865d6661f807670ce4b5eb46988 Mon Sep 17 00:00:00 2001
From: Pablo Brasero <pablo@pablobm.com>
Date: Wed, 17 Sep 2014 21:05:16 +0100
Subject: [PATCH] Fix warning and make code follow the text better

---
 src/doc/guide.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/doc/guide.md b/src/doc/guide.md
index 140536543d9..44cd68975cb 100644
--- a/src/doc/guide.md
+++ b/src/doc/guide.md
@@ -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!");