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