Skip to content

Commit 7c05ef5

Browse files
authored
Typo
1 parent 697b83b commit 7c05ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/io/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ pub use self::cursor::Cursor;
286286
pub use self::error::{Result, Error, ErrorKind};
287287
#[stable(feature = "rust1", since = "1.0.0")]
288288
pub use self::util::{copy, sink, Sink, empty, Empty, repeat, Repeat};
289-
#[stable(feature = "rust1", since = "1.0.0")]f
289+
#[stable(feature = "rust1", since = "1.0.0")]
290290
pub use self::stdio::{stdin, stdout, stderr, Stdin, Stdout, Stderr};
291291
#[stable(feature = "rust1", since = "1.0.0")]
292292
pub use self::stdio::{StdoutLock, StderrLock, StdinLock};

0 commit comments

Comments
 (0)