aboutsummaryrefslogtreecommitdiff
path: root/examples/toml2json.rs
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2019-05-08 17:37:38 -0700
committerEric Huss <eric@huss.org>2019-05-08 17:37:38 -0700
commit6c162e6562c3e432bf04c82a3d1d789d80761a86 (patch)
tree5b8b428c5408cb138f5a3674ad33ba8dcb71b460 /examples/toml2json.rs
parent1b016589133e48d34dd5ae1b440581ded4cb4cdb (diff)
downloadmilf-rs-6c162e6562c3e432bf04c82a3d1d789d80761a86.tar.gz
milf-rs-6c162e6562c3e432bf04c82a3d1d789d80761a86.zip
2018 edition idioms.
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;