|
|
@@ -136,7 +136,6 @@ where
|
|
|
type Err = Error;
|
|
|
|
|
|
// FIXME: Replace unwrap with proper error handling
|
|
|
- #[allow(clippy::unwrap_used)]
|
|
|
async fn add_proofs(
|
|
|
&mut self,
|
|
|
proofs: Proofs,
|
|
|
@@ -2458,7 +2457,6 @@ fn sql_row_to_mint_quote(
|
|
|
}
|
|
|
|
|
|
// FIXME: Replace unwrap with proper error handling
|
|
|
-#[allow(clippy::unwrap_used)]
|
|
|
fn sql_row_to_melt_quote(row: Vec<Column>) -> Result<mint::MeltQuote, Error> {
|
|
|
unpack_into!(
|
|
|
let (
|