mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(lint): fix lint storage (#11485)
This commit is contained in:
@ -115,7 +115,7 @@ impl<'a> From<&'a B256> for KeyOrNumber<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> From<u64> for KeyOrNumber<'a> {
|
||||
impl From<u64> for KeyOrNumber<'_> {
|
||||
fn from(value: u64) -> Self {
|
||||
KeyOrNumber::Number(value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user