116 |
#[allow(clippy::ok_expect)] // SendError is not Debug
|
117 |
async fn send<T: Send + Sync + 'static>(&self, message: ConsensusMessage) -> T {
|
14 |
#[allow(clippy::single_match)]
|
15 |
#[allow(clippy::ok_expect)]
|
16 |
fn main() {
|