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.
1 parent ecf8c64 commit 5321d22Copy full SHA for 5321d22
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