aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-08-01 06:22:45 +0200
committeracdenisSK <[email protected]>2017-08-01 06:26:41 +0200
commit4f2e47f399a10b281a1638fd7fcd3b945154d52c (patch)
treeb637e700b3c92586e22bb03709428201e380bfc3 /src/lib.rs
parentFix failing tests (#133) (diff)
downloadserenity-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.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index a188ad2..176834c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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")]