diff options
Diffstat (limited to 'src/http')
| -rw-r--r-- | src/http/mod.rs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/http/mod.rs b/src/http/mod.rs index 8dcc76b..1ab2441 100644 --- a/src/http/mod.rs +++ b/src/http/mod.rs @@ -16,12 +16,11 @@ //! //! If a request spuriously fails, it will be retried once. //! -//! Note that you may want to perform requests through a [`Context`] or through -//! [model]s' instance methods where possible, as they each offer different +//! Note that you may want to perform requests through a [model]s' +//! instance methods where possible, as they each offer different //! levels of a high-level interface to the HTTP module. //! //! [`Client`]: ../struct.Client.html -//! [`Context`]: ../struct.Context.html //! [model]: ../model/index.html pub mod ratelimiting; |