From 5321d22afa2593cc4bd0418298ce7c247ff45ffe Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Sun, 22 Mar 2015 15:04:54 -0400 Subject: [PATCH] Remove bad reference to std::io Closes #23540 --- src/libstd/macros.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs index f4a7e8b1b9824..0b9cb14e04c1b 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 {