diff options
| author | acdenisSK <[email protected]> | 2017-08-01 06:22:45 +0200 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2017-08-01 06:26:41 +0200 |
| commit | 4f2e47f399a10b281a1638fd7fcd3b945154d52c (patch) | |
| tree | b637e700b3c92586e22bb03709428201e380bfc3 /src/lib.rs | |
| parent | Fix failing tests (#133) (diff) | |
| download | serenity-4f2e47f399a10b281a1638fd7fcd3b945154d52c.tar.xz serenity-4f2e47f399a10b281a1638fd7fcd3b945154d52c.zip | |
Remove the `ext` module and remove a match
The `ext` has existed for a long while just for backwards compatibility.
But then again, majority of people should have migrated to the current modules already; making this module useless to keep in the library.
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -142,8 +142,6 @@ pub mod builder; pub mod cache; #[cfg(feature = "client")] pub mod client; -#[cfg(any(feature = "cache", feature = "builtin_framework", feature = "voice"))] -pub mod ext; #[cfg(feature = "builtin_framework")] pub mod framework; #[cfg(feature = "gateway")] |