diff options
| author | Zeyla Hellyer <[email protected]> | 2017-06-14 21:39:19 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-06-14 21:39:19 -0700 |
| commit | 9a4350730056c5cf8430c603b22ec680aae98b58 (patch) | |
| tree | aaaf95e4cfabba695f6539a48eba4d45f4f815f1 /src/model/error.rs | |
| parent | Re-export all errors from the prelude (diff) | |
| download | serenity-9a4350730056c5cf8430c603b22ec680aae98b58.tar.xz serenity-9a4350730056c5cf8430c603b22ec680aae98b58.zip | |
Fix broken link from ModelError
Diffstat (limited to 'src/model/error.rs')
| -rw-r--r-- | src/model/error.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/model/error.rs b/src/model/error.rs index 5f3f2ec..17e657c 100644 --- a/src/model/error.rs +++ b/src/model/error.rs @@ -43,6 +43,7 @@ use super::Permissions; /// [`Error`]: ../enum.Error.html /// [`Error::Model`]: ../enum.Error.html#variant.Model /// [`GuildId::ban`]: struct.GuildId.html#method.ban +/// [`model`]: ./index.html #[derive(Clone, Debug, Eq, Hash, PartialEq)] pub enum Error { /// When attempting to delete below or above the minimum and maximum allowed |