Add lockbud task to CI (#6470)

* Add lockbud task to CI

* Allow unknown lint

* Merge branch 'unstable' of https://github.com/sigp/lighthouse into lockbud

* remove potential deadlock

* ignore tokio util crate

* Update image
This commit is contained in:
Eitan Seri-Levi
2024-10-09 16:11:24 -07:00
committed by GitHub
parent 71c5388461
commit 352a9cf054
3 changed files with 19 additions and 1 deletions

View File

@@ -147,6 +147,8 @@ impl<E: EthSpec> ConsensusContext<E> {
}
}
#[allow(unknown_lints)]
#[allow(elided_named_lifetimes)]
pub fn get_indexed_attestation<'a>(
&'a mut self,
state: &BeaconState<E>,