mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
Add missing_const_for_fn clippy lint (#8498)
This commit is contained in:
@@ -74,7 +74,7 @@ impl BlockBatchRecord {
|
||||
}
|
||||
|
||||
/// Returns the recorded receipts.
|
||||
pub fn receipts(&self) -> &Receipts {
|
||||
pub const fn receipts(&self) -> &Receipts {
|
||||
&self.receipts
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user