Fix doc links

This commit is contained in:
Josef Reinhard Brandl
2018-06-27 20:15:24 +02:00
parent ed0350e945
commit 30d825ce72
2 changed files with 10 additions and 5 deletions

View File

@@ -49,6 +49,7 @@ use string;
///
/// [`Result<T, E>`]: ../result/enum.Result.html
/// [`Display`]: ../fmt/trait.Display.html
/// [`Debug`]: ../fmt/trait.Debug.html
/// [`cause`]: trait.Error.html#method.cause
#[stable(feature = "rust1", since = "1.0.0")]
pub trait Error: Debug + Display {