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
This commit is contained in:
Mårten Kongstad
2023-06-02 11:27:30 +02:00
parent b27f2ce436
commit 1cd166cd31

View File

@@ -179,7 +179,6 @@ impl CacheBuilder {
#[cfg(test)]
mod tests {
use super::*;
use crate::aconfig::{FlagState, Permission};
#[test]
fn test_add_flag_declaration() {