diff --git a/tools/aconfig/src/cache.rs b/tools/aconfig/src/cache.rs index 44ad3dd005..972ba41d5d 100644 --- a/tools/aconfig/src/cache.rs +++ b/tools/aconfig/src/cache.rs @@ -179,7 +179,6 @@ impl CacheBuilder { #[cfg(test)] mod tests { use super::*; - use crate::aconfig::{FlagState, Permission}; #[test] fn test_add_flag_declaration() {