Stabilize Command::envs

Closes #38526
This commit is contained in:
Steven Fackler 2017-06-08 11:31:25 -04:00
parent bc9822af2e
commit 14c2f99f80
3 changed files with 1 additions and 6 deletions

View file

@ -10,8 +10,6 @@
// ignore-emscripten
#![feature(command_envs)]
use std::process::Command;
use std::env;
use std::collections::HashMap;