diff options
Diffstat (limited to 'src/model/mod.rs')
| -rw-r--r-- | src/model/mod.rs | 9 |
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; |