mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-06-26 00:49:27 +00:00
clippy
This commit is contained in:
parent
c2f93aff59
commit
a12d8ecf87
@ -111,7 +111,10 @@ impl BlockPublisherTrait for ZoneSdkPublisher {
|
||||
|
||||
let drive_task = tokio::spawn(async move {
|
||||
loop {
|
||||
#[allow(clippy::integer_division_remainder_used)]
|
||||
#[expect(
|
||||
clippy::integer_division_remainder_used,
|
||||
reason = "tokio::select! expansion uses `%` for random branch selection"
|
||||
)]
|
||||
{
|
||||
tokio::select! {
|
||||
// Drain external publish requests by calling the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user