diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-23 15:10:58 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-23 15:10:58 -0700 |
| commit | 5a6a90508d0ea00c89507f762d08abb7f2c444d5 (patch) | |
| tree | dc4ac97922a28912e885100fbadaa0b3b46c79bf | |
| parent | 010895e4f2cdb369cff18523fb5c7069816e6867 (diff) | |
| parent | 5321d22afa2593cc4bd0418298ce7c247ff45ffe (diff) | |
| download | rust-5a6a90508d0ea00c89507f762d08abb7f2c444d5.tar.gz rust-5a6a90508d0ea00c89507f762d08abb7f2c444d5.zip | |
rollup merge of #23615: steveklabnik/gh23540
Closes #23540
| -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 { |
