diff --git a/src/config/options.rs b/src/config/options.rs index e37f4027e4a6e..03fd91eb10f0c 100644 --- a/src/config/options.rs +++ b/src/config/options.rs @@ -1,3 +1,5 @@ +#![allow(unused_imports)] + use std::collections::{hash_set, HashSet}; use std::fmt; use std::path::{Path, PathBuf};