mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 03:59:22 +00:00
Remove unused clippy lints from coordinator
This commit is contained in:
parent
40b7bc59d0
commit
3b01d3039b
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
|||
#![allow(unused_variables)]
|
||||
#![allow(unreachable_code)]
|
||||
#![allow(clippy::diverging_sub_expression)]
|
||||
|
||||
use core::{ops::Deref, future::Future};
|
||||
use std::{
|
||||
|
|
Loading…
Reference in a new issue