From f05efce7af0cb7020e7da08c7ca58fa6f786d4ef Mon Sep 17 00:00:00 2001 From: mei Date: Tue, 27 Jun 2017 20:37:30 -0700 Subject: Docs fixes --- src/model/mod.rs | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/model/mod.rs') 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; -- cgit v1.2.3