summaryrefslogtreecommitdiff
path: root/examples/introduction.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/introduction.rs')
-rw-r--r--examples/introduction.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/introduction.rs b/examples/introduction.rs
index 4e69f16..cee6bdf 100644
--- a/examples/introduction.rs
+++ b/examples/introduction.rs
@@ -1,6 +1,4 @@
-extern crate csv;
extern crate rand;
-extern crate serde;
#[macro_use]
extern crate serde_derive;
extern crate serde_qs as qs;