aboutsummaryrefslogtreecommitdiff
path: root/examples/toml2json.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/toml2json.rs')
-rw-r--r--examples/toml2json.rs3
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;