auto merge of #5453 : Ms2ger/servo/unused-import, r=glennw

I accidentally left it in after removing the calls to stdout/stderr in
d926b8342b.
This commit is contained in:
bors-servo 2015-03-30 09:46:07 -06:00
commit 5ead929fea

View file

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use std::env;
use std::process::{Command, Stdio};
use std::process::Command;
fn main() {
let out_dir = env::var("OUT_DIR").unwrap();