add missing import
This commit is contained in:
parent
4806f01d7c
commit
cd2ec7eded
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@
|
||||||
//! on the return value to catch any possible errors:
|
//! on the return value to catch any possible errors:
|
||||||
//!
|
//!
|
||||||
//! ```
|
//! ```
|
||||||
|
//! use std::io;
|
||||||
|
//!
|
||||||
//! let mut input = String::new();
|
//! let mut input = String::new();
|
||||||
//!
|
//!
|
||||||
//! io::stdin().read_line(&mut input).unwrap();
|
//! io::stdin().read_line(&mut input).unwrap();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue