Skip to content

Commit 5321d22

Browse files
committed
Remove bad reference to std::io
Closes rust-lang#23540
1 parent ecf8c64 commit 5321d22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/macros.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ macro_rules! println {
9090
}
9191

9292
/// Helper macro for unwrapping `Result` values while returning early with an
93-
/// error if the value of the expression is `Err`. For more information, see
94-
/// `std::io`.
93+
/// error if the value of the expression is `Err`.
9594
#[macro_export]
9695
#[stable(feature = "rust1", since = "1.0.0")]
9796
macro_rules! try {

0 commit comments

Comments
 (0)