mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00: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