diff --git a/tests/runner/src/env.rs b/tests/runner/src/env.rs index fa1e7907fb4b..f8dfc2fa9bdc 100644 --- a/tests/runner/src/env.rs +++ b/tests/runner/src/env.rs @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -use std::borrow::{Borrow, Cow}; +use std::borrow::Cow; use std::fmt::Display; use std::fs::OpenOptions; use std::io;