From 2c5d154b678e3c2f874e1b2ccd354da7ea78fd52 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 14 Jun 2020 12:18:14 -0500 Subject: [PATCH] fix ~ compiler warning (unused import) --- tests/by-util/test_groups.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/by-util/test_groups.rs b/tests/by-util/test_groups.rs index 6bad2f523..5c326fe2d 100644 --- a/tests/by-util/test_groups.rs +++ b/tests/by-util/test_groups.rs @@ -1,5 +1,4 @@ use crate::common::util::*; -use std::env; #[test] fn test_groups() {