Skip to content

Commit

Permalink
Remove unused clippy lints from coordinator
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Sep 27, 2023
1 parent 40b7bc5 commit 3b01d30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions coordinator/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#![allow(unused_variables)]
#![allow(unreachable_code)]
#![allow(clippy::diverging_sub_expression)]

use core::{ops::Deref, future::Future};
use std::{
Expand Down

0 comments on commit 3b01d30

Please sign in to comment.