Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clippy: Allow elided lifetime has a name in chain_controller
warning: elided lifetime has a name --> chain/src/chain_controller.rs:127:43 | 33 | #[cfg_attr(feature = "mock", faux::methods)] | ------------- lifetime `'m` declared here ... 127 | pub fn get_orphan_block(&self, store: &ChainDB, hash: &Byte32) -> Option<Arc<BlockView>> { | Signed-off-by: Eval EXEC <[email protected]>
- Loading branch information