]> git.lizzy.rs Git - rust.git/blobdiff - src/doc/guide.md
rollup merge of #17355 : gamazeps/issue17210
[rust.git] / src / doc / guide.md
index 2f16c783446402d3cb439a2ebe8c5cdc436ae3b7..03a73db8aa48de541a55dcf4e342a16a69bac6b5 100644 (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!");