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/http | |
| parent | Add missing ModelError variant in description impl (diff) | |
| download | serenity-f05efce7af0cb7020e7da08c7ca58fa6f786d4ef.tar.xz serenity-f05efce7af0cb7020e7da08c7ca58fa6f786d4ef.zip | |
Docs fixes
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; |