aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authoracdenisSK <[email protected]>2017-12-16 13:37:32 +0100
committeracdenisSK <[email protected]>2017-12-16 13:37:43 +0100
commit06562435343be7241c0efad3a70a7eff19e3bdc6 (patch)
treee6ec2ca337dd745fe22370987b8b8999f9e9843b /src/lib.rs
parentFix deserialization of `Guild::application_id` (diff)
downloadserenity-06562435343be7241c0efad3a70a7eff19e3bdc6.tar.xz
serenity-06562435343be7241c0efad3a70a7eff19e3bdc6.zip
Revamp the internals of `Args`
Fixes #180, however this partially breaks `single_zc` and `multiple_quoted`, but since they're minor it's better to fix them later for now.
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 c207e44..d15e6b6 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -134,8 +134,6 @@ extern crate sodiumoxide;
extern crate threadpool;
#[cfg(feature = "typemap")]
extern crate typemap;
-#[cfg(feature = "vec_shift")]
-extern crate vec_shift;
#[cfg(feature = "evzht9h3nznqzwl")]
extern crate evzht9h3nznqzwl as websocket;