Skip to content

Commit

Permalink
Merged config imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alobb committed Sep 14, 2015
1 parent 8b808de commit cd9e9b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bin/rustfmt.rs
Expand Up @@ -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};
Expand Down

0 comments on commit cd9e9b5

Please sign in to comment.