We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5758372 commit 16b8957Copy full SHA for 16b8957
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).s
+ /// [Display](https://doc.rust-lang.org/std/fmt/trait.Display.html).
73
///
74
/// # Examples
75
0 commit comments