From e75f30b6dedf366d72d8d56b44fdbe191961fa72 Mon Sep 17 00:00:00 2001 From: Austin Hellyer Date: Fri, 25 Nov 2016 08:33:15 -0800 Subject: Rename the `http` module to `rest` --- src/error.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/error.rs') diff --git a/src/error.rs b/src/error.rs index 8c442ec..6c534fb 100644 --- a/src/error.rs +++ b/src/error.rs @@ -34,10 +34,10 @@ pub type Result = ::std::result::Result; /// [`Result`]: type.Result.html #[derive(Debug)] pub enum Error { - /// An [http] or [client] error. + /// A [rest] or [client] error. /// /// [client]: client/index.html - /// [http]: client/http/index.html + /// [rest]: client/rest/index.html Client(ClientError), /// An error with the WebSocket [`Gateway`]. /// -- cgit v1.2.3