Skip to content

Commit e7192f4

Browse files
committed
please clippy
1 parent f0b0d89 commit e7192f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/engine/tree/src/tree/txpool_prewarm

crates/engine/tree/src/tree/txpool_prewarm/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ impl Cache {
5454
)
5555
}
5656

57-
pub(super) fn parent_hash(&self) -> Option<B256> {
57+
pub(super) const fn parent_hash(&self) -> Option<B256> {
5858
self.parent_hash
5959
}
6060

0 commit comments

Comments
 (0)