1
Fork 0

Fix a few links in the docs

This commit is contained in:
Oliver Middleton 2016-10-21 00:49:47 +01:00
parent 7bccb829d0
commit 8faa503a6b
7 changed files with 18 additions and 14 deletions

View file

@ -69,7 +69,9 @@ pub trait Error: Debug + Display {
/// It should not contain newlines or sentence-ending punctuation,
/// to facilitate embedding in larger user-facing strings.
/// For showing formatted error messages with more information see
/// [Display](https://doc.rust-lang.org/std/fmt/trait.Display.html).
/// [`Display`].
///
/// [`Display`]: ../fmt/trait.Display.html
///
/// # Examples
///