Skip to content

Commit

Permalink
Hide use std::io; in crate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
murarth committed Jul 29, 2018
1 parent 9223cba commit d2045b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//! # Basic example
//!
//! ```no_run
//! use std::io;
//! # use std::io;
//! use linefeed::{Interface, ReadResult};
//!
//! # fn run() -> io::Result<()> {
Expand Down

0 comments on commit d2045b5

Please sign in to comment.