diff --git a/src/config/options.rs b/src/config/options.rs index 3aa1a4de99d..231a1ceb199 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};