proxy: clean up code and lints for 1.81 and 1.82 (#8945)

This commit is contained in:
Folke Behrens
2024-09-06 17:13:30 +02:00
committed by GitHub
parent e287f36a05
commit af6f63617e
4 changed files with 21 additions and 17 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ use tracing::debug;
// On the other hand, `hashlink` has good download stats and appears to be maintained.
use hashlink::{linked_hash_map::RawEntryMut, LruCache};
use super::{common::Cached, *};
use super::{common::Cached, timed_lru, Cache};
/// An implementation of timed LRU cache with fixed capacity.
/// Key properties: