add missing import
This commit is contained in:
parent
4806f01d7c
commit
cd2ec7eded
@ -150,6 +150,8 @@
|
||||
//! on the return value to catch any possible errors:
|
||||
//!
|
||||
//! ```
|
||||
//! use std::io;
|
||||
//!
|
||||
//! let mut input = String::new();
|
||||
//!
|
||||
//! io::stdin().read_line(&mut input).unwrap();
|
||||
|
Loading…
Reference in New Issue
Block a user