]> git.lizzy.rs Git - rust.git/commitdiff
Fix tidy
authorAaron Hill <aa1ronham@gmail.com>
Mon, 25 Mar 2019 04:11:25 +0000 (00:11 -0400)
committerAaron Hill <aa1ronham@gmail.com>
Sun, 14 Apr 2019 04:37:25 +0000 (00:37 -0400)
src/librustc/session/config.rs
src/librustdoc/config.rs

index 2a4ff69cbd7ca6cc824b6fe13c74d6a5b091e4e7..5e6f1e8fc4558b59bd4a6571e65a5bc3d2d2494e 100644 (file)
@@ -2388,7 +2388,7 @@ pub fn build_session_options_and_crate_config(
             (k, values)
         })
         .collect();
-        
+
 
 
     let crate_name = matches.opt_str("crate-name");
index 80c0911fee1eac358b0d810f1b6774da94c1d75c..fae07be101780911ca7f914d4af55a9ff3ae1224 100644 (file)
@@ -7,9 +7,9 @@
 use getopts;
 use rustc::lint::Level;
 use rustc::session::early_error;
-use rustc::session::config::{CodegenOptions, DebuggingOptions, ErrorOutputType, Externs, ExternEntry};
+use rustc::session::config::{CodegenOptions, DebuggingOptions, ErrorOutputType, Externs};
 use rustc::session::config::{nightly_options, build_codegen_options, build_debugging_options,
-                             get_cmd_lint_options};
+                             get_cmd_lint_options, ExternEntry};
 use rustc::session::search_paths::SearchPath;
 use rustc_driver;
 use rustc_target::spec::TargetTriple;