1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

fix ~ compiler warning (unused import)

This commit is contained in:
Roy Ivy III 2020-06-14 12:18:14 -05:00
parent 5584194a13
commit 2c5d154b67

View file

@ -1,5 +1,4 @@
use crate::common::util::*;
use std::env;
#[test]
fn test_groups() {