Remove an unused import.

I accidentally left it in after removing the calls to stdout/stderr in
d926b8342b.
This commit is contained in:
Ms2ger 2015-03-30 10:22:15 +02:00
parent 350a35428a
commit 259d650a21

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();