Remove unused clippy lints from coordinator

This commit is contained in:
Luke Parker 2023-09-27 12:42:25 -04:00
parent 40b7bc59d0
commit 3b01d3039b
No known key found for this signature in database

View file

@ -1,6 +1,4 @@
#![allow(unused_variables)]
#![allow(unreachable_code)]
#![allow(clippy::diverging_sub_expression)]
use core::{ops::Deref, future::Future};
use std::{