Fix a few links in the docs
This commit is contained in:
parent
7bccb829d0
commit
8faa503a6b
7 changed files with 18 additions and 14 deletions
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue