Skip to content

Commit 0945941

Browse files
authored
fix(engine): module doc to reflect schnellru::LruMap backend (#19296)
1 parent 4f660da commit 0945941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/engine/tree/src/tree/precompile_cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Contains a precompile cache that is backed by a moka cache.
1+
//! Contains a precompile cache backed by `schnellru::LruMap` (LRU by length).
22
33
use alloy_primitives::Bytes;
44
use parking_lot::Mutex;

0 commit comments

Comments
 (0)