mirror of
https://github.com/chatmail/core.git
synced 2026-04-22 07:56:29 +03:00
chore: fix 2024-03-05 nightly clippy warnings
This commit is contained in:
@@ -268,7 +268,7 @@ pub(crate) async fn configure_from_login_qr(
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use anyhow::{self, bail};
|
||||
use anyhow::bail;
|
||||
|
||||
use super::{decode_login, LoginOptions};
|
||||
use crate::{login_param::CertificateChecks, provider::Socket, qr::Qr};
|
||||
|
||||
Reference in New Issue
Block a user