aboutsummaryrefslogtreecommitdiff
path: root/src/model/mod.rs
diff options
context:
space:
mode:
authormei <[email protected]>2017-06-27 20:37:30 -0700
committerZeyla Hellyer <[email protected]>2017-06-27 20:37:59 -0700
commitf05efce7af0cb7020e7da08c7ca58fa6f786d4ef (patch)
treef421e905cb9c49c695b7ff2aa0468ddb810e537d /src/model/mod.rs
parentAdd missing ModelError variant in description impl (diff)
downloadserenity-f05efce7af0cb7020e7da08c7ca58fa6f786d4ef.tar.xz
serenity-f05efce7af0cb7020e7da08c7ca58fa6f786d4ef.zip
Docs fixes
Diffstat (limited to 'src/model/mod.rs')
-rw-r--r--src/model/mod.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/model/mod.rs b/src/model/mod.rs
index 21348b9..92e533e 100644
--- a/src/model/mod.rs
+++ b/src/model/mod.rs
@@ -3,15 +3,6 @@
//!
//! Models can optionally have additional helper methods compiled, by enabling
//! the `model` feature.
-//!
-//! Methods like [`Message::delete`] or [`Webhook::execute`] are provided with
-//! this feature, which can be shorthands for operations that are otherwise in
-//! the [`Context`], or the much lower-level [`http`] module.
-//!
-//! [`Context`]: ../client/struct.Context.html
-//! [`Message::delete`]: struct.Message.html#method.delete
-//! [`Webhook::execute`]: struct.Webhook.html#method.execute
-//! [`http`]: ../http/index.html
#[macro_use]
mod utils;