We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc76e09 + 5321d22 commit 3a021faCopy full SHA for 3a021fa
src/libstd/macros.rs
@@ -90,8 +90,7 @@ macro_rules! println {
90
}
91
92
/// 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`.
+/// error if the value of the expression is `Err`.
95
#[macro_export]
96
#[stable(feature = "rust1", since = "1.0.0")]
97
macro_rules! try {
0 commit comments