diff options
| author | mei <[email protected]> | 2017-06-27 20:37:30 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2017-06-27 20:37:59 -0700 |
| commit | f05efce7af0cb7020e7da08c7ca58fa6f786d4ef (patch) | |
| tree | f421e905cb9c49c695b7ff2aa0468ddb810e537d /src/model/mod.rs | |
| parent | Add missing ModelError variant in description impl (diff) | |
| download | serenity-f05efce7af0cb7020e7da08c7ca58fa6f786d4ef.tar.xz serenity-f05efce7af0cb7020e7da08c7ca58fa6f786d4ef.zip | |
Docs fixes
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; |