aboutsummaryrefslogtreecommitdiff
path: root/src/client/mod.rs
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-11-06 08:45:09 -0800
committerAustin Hellyer <[email protected]>2016-11-06 08:45:09 -0800
commitdb62348fc543c6c3dc18d0e5adefc0f138dd2fae (patch)
tree756b94a2895ec2f00a89492cb461277ceb979110 /src/client/mod.rs
parentFix doc import (diff)
downloadserenity-db62348fc543c6c3dc18d0e5adefc0f138dd2fae.tar.xz
serenity-db62348fc543c6c3dc18d0e5adefc0f138dd2fae.zip
Move HTTP/ratelimiting into a separate module
Diffstat (limited to 'src/client/mod.rs')
-rw-r--r--src/client/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/mod.rs b/src/client/mod.rs
index 7870e2e..c235177 100644
--- a/src/client/mod.rs
+++ b/src/client/mod.rs
@@ -40,7 +40,6 @@ mod context;
mod dispatch;
mod event_store;
mod login_type;
-mod ratelimiting;
pub use self::connection::{Connection, ConnectionError};
pub use self::context::Context;