Typo
This commit is contained in:
parent
697b83b307
commit
7c05ef5db0
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ pub use self::cursor::Cursor;
|
|||
pub use self::error::{Result, Error, ErrorKind};
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use self::util::{copy, sink, Sink, empty, Empty, repeat, Repeat};
|
||||
#[stable(feature = "rust1", since = "1.0.0")]f
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use self::stdio::{stdin, stdout, stderr, Stdin, Stdout, Stderr};
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use self::stdio::{StdoutLock, StderrLock, StdinLock};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue