]> git.lizzy.rs Git - rust.git/commitdiff
Typo
authorNathan West <Lucretiel@users.noreply.github.com>
Fri, 30 Nov 2018 01:53:37 +0000 (20:53 -0500)
committerGitHub <noreply@github.com>
Fri, 30 Nov 2018 01:53:37 +0000 (20:53 -0500)
src/libstd/io/mod.rs

index a47b9f28dbb30ac629d4f19f3ec7c594f2df1902..d89c6af5b0b50b0f7e77187559592331d8f2eae9 100644 (file)
 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};