mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Remove an unused import.
I accidentally left it in after removing the calls to stdout/stderr in
d926b8342b
.
This commit is contained in:
parent
350a35428a
commit
259d650a21
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||||
|
|
||||||
use std::env;
|
use std::env;
|
||||||
use std::process::{Command, Stdio};
|
use std::process::Command;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let out_dir = env::var("OUT_DIR").unwrap();
|
let out_dir = env::var("OUT_DIR").unwrap();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue