mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-10 21:04:40 +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(unused_variables)]
|
||||||
#![allow(unreachable_code)]
|
|
||||||
#![allow(clippy::diverging_sub_expression)]
|
|
||||||
|
|
||||||
use core::{ops::Deref, future::Future};
|
use core::{ops::Deref, future::Future};
|
||||||
use std::{
|
use std::{
|
||||||
|
|
Loading…
Reference in a new issue