refactor: cargo clippy -- -D warnings

This commit is contained in:
aria 2025-07-11 22:27:29 +10:00
parent 96766f116f
commit 6f6209ee7c
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds

View file

@ -67,7 +67,7 @@ fn main() -> Result<()> {
.map(|x| {
format!(
"{} {}",
extract_date_time(&x.to_string()).first().unwrap(),
extract_date_time(x).first().unwrap(),
extract_message(x)
)
})