Tidy up redundant use declarations. (#3333)

This is just a minor code cleanup.
This commit is contained in:
Dan Gohman
2021-09-11 10:26:54 -07:00
committed by GitHub
parent 587f603018
commit 256e942aa0
5 changed files with 0 additions and 9 deletions

View File

@@ -1,4 +1,3 @@
use libc;
use more_asserts::assert_gt;
use std::{env, process};
use wasi_tests::{assert_errno, open_scratch_directory};