Make the import of Config pub

This commit is contained in:
Nick Cameron 2017-12-28 10:08:27 +13:00
parent 5160b49e67
commit e95541c7d2

View File

@ -42,7 +42,7 @@ use syntax::parse::{self, ParseSess};
use checkstyle::{output_footer, output_header};
use comment::{CharClasses, FullCodeCharKind};
use config::Config;
pub use config::Config;
use filemap::FileMap;
use issues::{BadIssueSeeker, Issue};
use shape::Indent;