Fix unused import warning

This fixes an unused import warning introduced with 198d3cb.
This commit is contained in:
Christian Duerr 2020-11-15 00:48:23 +00:00
parent 256be5b95b
commit cc6e9b72af
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
use std::collections::HashSet;
use std::env;
use std::fs::File;
use std::path::Path;