From 1cd166cd313bc521a9849e2a76ca76d30e714ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Kongstad?= Date: Fri, 2 Jun 2023 11:27:30 +0200 Subject: [PATCH] aconfig: cache.rs: remove unnecessary use statements Remove unnecessary use from the cache::test module: they already covered by `use super:*;`. Bug: 283910447 Test: atest aconfig.test Change-Id: I9e03385629f38180c0f92080c7f097a8e0d9ef69 --- tools/aconfig/src/cache.rs | 1 - 1 file changed, 1 deletion(-) 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() {