tidy: Remove unused import

This commit is contained in:
Vadim Petrochenkov 2019-11-24 16:09:55 +03:00
parent 7d761fe046
commit 2e41ce9923

View file

@ -4,7 +4,6 @@
use std::collections::HashMap;
use std::ffi::OsStr;
use std::fs::read_to_string;
use std::io::Read;
use std::path::Path;
// A few of those error codes can't be tested but all the others can and *should* be tested!