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:
@@ -436,7 +436,7 @@ impl ExExManagerHandle {
|
||||
}
|
||||
|
||||
/// Returns `true` if there are ExEx's installed in the node.
|
||||
pub fn has_exexs(&self) -> bool {
|
||||
pub const fn has_exexs(&self) -> bool {
|
||||
self.num_exexs > 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user