]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_session/lib.rs
Do not base path to append extension
[rust.git] / src / librustc_session / lib.rs
index 39e997a3b91accf3d2345cb212c60b5f5f03bd7a..65d6635adad004bd952bccffd5028cc3115850f7 100644 (file)
@@ -3,8 +3,8 @@
 
 // Use the test crate here so we depend on getopts through it. This allow tools to link to both
 // librustc_session and libtest.
-extern crate test as _;
 extern crate getopts;
+extern crate test as _;
 
 pub mod cgu_reuse_tracker;
 pub mod utils;
@@ -16,8 +16,8 @@
 mod code_stats;
 #[macro_use]
 pub mod config;
-mod options;
 pub mod filesearch;
+mod options;
 pub mod search_paths;
 
 mod session;