diff options
| author | Austin Hellyer <[email protected]> | 2016-11-06 08:45:09 -0800 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-11-06 08:45:09 -0800 |
| commit | db62348fc543c6c3dc18d0e5adefc0f138dd2fae (patch) | |
| tree | 756b94a2895ec2f00a89492cb461277ceb979110 /src/client/mod.rs | |
| parent | Fix doc import (diff) | |
| download | serenity-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.rs | 1 |
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; |