From cd9e9b5db08f03dff80e91cbc7e6beaf441cf3ec Mon Sep 17 00:00:00 2001 From: Aaron Lobb Date: Mon, 14 Sep 2015 13:06:09 -0700 Subject: [PATCH] Merged config imports --- src/bin/rustfmt.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/rustfmt.rs b/src/bin/rustfmt.rs index f2eb4f46ac10..ee023c9eca82 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};