add missing import
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user