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 a1b50ad commit 5758372Copy full SHA for 5758372
src/libstd/error.rs
@@ -69,7 +69,7 @@ pub trait Error: Debug + Display {
69
/// It should not contain newlines or sentence-ending punctuation,
70
/// to facilitate embedding in larger user-facing strings.
71
/// For showing formatted error messages with more information see
72
- /// (Display)[https://doc.rust-lang.org/std/fmt/trait.Display.html].
+ /// [Display](https://doc.rust-lang.org/std/fmt/trait.Display.html).s
73
///
74
/// # Examples
75
0 commit comments