about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Lobb <alobb@hmc.edu>2015-09-14 13:06:09 -0700
committerAaron Lobb <alobb@hmc.edu>2015-09-14 13:06:09 -0700
commitcd9e9b5db08f03dff80e91cbc7e6beaf441cf3ec (patch)
treeb7b710e17965c57561a54f0e359f6d123979e0d5
parent8b808de6ff9aed5c631f088bf1293874b5299cff (diff)
Merged config imports
-rw-r--r--src/bin/rustfmt.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/rustfmt.rs b/src/bin/rustfmt.rs
index f2eb4f46ac1..ee023c9eca8 100644
--- a/src/bin/rustfmt.rs
+++ b/src/bin/rustfmt.rs
@@ -17,8 +17,7 @@ extern crate rustfmt;
 extern crate toml;
 
 use rustfmt::{WriteMode, run};
-use rustfmt::config::Config;
-use rustfmt::config::ConfigHelpVariantTypes;
+use rustfmt::config::{Config, ConfigHelpVariantTypes};
 
 use std::env;
 use std::fs::{File, PathExt};