diff options
| author | Josef Reinhard Brandl <mail@josefbrandl.de> | 2018-06-27 20:15:24 +0200 |
|---|---|---|
| committer | Josef Reinhard Brandl <mail@josefbrandl.de> | 2018-06-27 20:22:49 +0200 |
| commit | 30d825ce72c6e56a3c82f338897a437eaa8cd882 (patch) | |
| tree | 15f403f38e584a1b81bc61e64ee60b7add7a653e /src/libstd | |
| parent | ed0350e94569d74bdfe0e612fedfd5ab173f5242 (diff) | |
| download | rust-30d825ce72c6e56a3c82f338897a437eaa8cd882.tar.gz rust-30d825ce72c6e56a3c82f338897a437eaa8cd882.zip | |
Fix doc links
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/error.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/error.rs b/src/libstd/error.rs index 3160485375f..1958915602f 100644 --- a/src/libstd/error.rs +++ b/src/libstd/error.rs @@ -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 { |
