Skip to content

Commit

Permalink
Remove bad reference to std::io
Browse files Browse the repository at this point in the history
Closes #23540
  • Loading branch information
steveklabnik committed Mar 22, 2015
1 parent ecf8c64 commit 5321d22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libstd/macros.rs
Expand Up @@ -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 {
Expand Down

0 comments on commit 5321d22

Please sign in to comment.