about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/macros.rs3
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 {