Skip to content

Commit

Permalink
chore: disable lint blocks_in_conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Feb 26, 2024
1 parent 7735c5f commit a5c64be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions moksha-mint/src/btconchain/lnd.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::blocks_in_conditions)]
use super::{BtcOnchain, EstimateFeeResult, SendCoinsResult};
use crate::error::MokshaMintError;
use async_trait::async_trait;
Expand Down
1 change: 1 addition & 0 deletions moksha-mint/src/database/postgres.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::blocks_in_conditions)]
use async_trait::async_trait;
use moksha_core::{
dhke,
Expand Down
1 change: 1 addition & 0 deletions moksha-mint/src/lightning/lnd.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![allow(clippy::blocks_in_conditions)]
use std::{
fmt::{self, Formatter},
path::PathBuf,
Expand Down

0 comments on commit a5c64be

Please sign in to comment.