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!");