diff options
| -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 |