diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/introduction.rs | 2 |
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; |