mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
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:
commit
5ead929fea
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/. */
|
||||
|
||||
use std::env;
|
||||
use std::process::{Command, Stdio};
|
||||
use std::process::Command;
|
||||
|
||||
fn main() {
|
||||
let out_dir = env::var("OUT_DIR").unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue