diff options
Diffstat (limited to 'examples/toml2json.rs')
-rw-r--r-- | examples/toml2json.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/toml2json.rs b/examples/toml2json.rs index 12c3f1c..1b90c9f 100644 --- a/examples/toml2json.rs +++ b/examples/toml2json.rs @@ -1,8 +1,5 @@ #![deny(warnings)] -extern crate serde_json; -extern crate toml; - use std::env; use std::fs::File; use std::io; |