diff options
| author | Nathan West <Lucretiel@users.noreply.github.com> | 2018-11-29 20:53:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-29 20:53:37 -0500 |
| commit | 7c05ef5db076e981f4e1ed600138053cc766bbeb (patch) | |
| tree | fb852ab8ff6bef6ec8b6e95016169c9e1eb4207d /src/libstd | |
| parent | 697b83b3074519db2980bf9b0c6422ade8410389 (diff) | |
| download | rust-7c05ef5db076e981f4e1ed600138053cc766bbeb.tar.gz rust-7c05ef5db076e981f4e1ed600138053cc766bbeb.zip | |
Typo
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/io/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/io/mod.rs b/src/libstd/io/mod.rs index a47b9f28dbb..d89c6af5b0b 100644 --- a/src/libstd/io/mod.rs +++ b/src/libstd/io/mod.rs @@ -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}; |
