diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-03-22 15:04:54 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-03-22 15:04:58 -0400 |
| commit | 5321d22afa2593cc4bd0418298ce7c247ff45ffe (patch) | |
| tree | 914b5667878ae6332eba9f300552a5240d22b308 /src/libstd | |
| parent | ecf8c64e1b1b60f228f0c472c0b0dab4a5b5aa61 (diff) | |
| download | rust-5321d22afa2593cc4bd0418298ce7c247ff45ffe.tar.gz rust-5321d22afa2593cc4bd0418298ce7c247ff45ffe.zip | |
Remove bad reference to std::io
Closes #23540
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/macros.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs index f4a7e8b1b98..0b9cb14e04c 100644 --- a/src/libstd/macros.rs +++ b/src/libstd/macros.rs @@ -90,8 +90,7 @@ macro_rules! println { } /// Helper macro for unwrapping `Result` values while returning early with an -/// error if the value of the expression is `Err`. For more information, see -/// `std::io`. +/// error if the value of the expression is `Err`. #[macro_export] #[stable(feature = "rust1", since = "1.0.0")] macro_rules! try { |
