mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 14:06:29 +03:00
chore: fix 2024-03-05 nightly clippy warnings
This commit is contained in:
@@ -1079,7 +1079,7 @@ DKIM Results: Passed=true, Works=true, Allow_Keychange=true";
|
||||
assert_eq!(EmailAddress::new("@d.tt").is_ok(), false);
|
||||
}
|
||||
|
||||
use chrono::{NaiveDate, NaiveDateTime, NaiveTime};
|
||||
use chrono::NaiveDate;
|
||||
use proptest::prelude::*;
|
||||
|
||||
use crate::chatlist::Chatlist;
|
||||
|
||||
Reference in New Issue
Block a user