Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/engine/tree/src/tree/precompile_cache.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Contains a precompile cache that is backed by a moka cache.
//! Contains a precompile cache backed by `schnellru::LruMap` (LRU by length).

use alloy_primitives::Bytes;
use parking_lot::Mutex;
Expand Down
Loading