mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 03:58:19 +00:00
proxy: clean up code and lints for 1.81 and 1.82 (#8945)
This commit is contained in:
Vendored
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user