]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/bin/llvm-config-wrapper.rs
clean up error codes explanation
[rust.git] / src / bootstrap / bin / llvm-config-wrapper.rs
index 5e3625eb22e522f4a4edb679d4340eef5857556b..cf77af44ff606b85776cc764c3b49220fae729a4 100644 (file)
@@ -2,8 +2,8 @@
 // `src/bootstrap/native.rs` for why this is needed when compiling LLD.
 
 use std::env;
-use std::process::{self, Stdio, Command};
 use std::io::{self, Write};
+use std::process::{self, Command, Stdio};
 
 fn main() {
     let real_llvm_config = env::var_os("LLVM_CONFIG_REAL").unwrap();