1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

chore: clippy

This commit is contained in:
Rob Ede
2024-01-04 04:05:56 +00:00
parent b694c9317a
commit 77b8dcdf59
9 changed files with 13 additions and 25 deletions

View File

@ -1,4 +1,4 @@
use std::{convert::TryInto, ops::Add, time::Duration};
use std::{ops::Add, time::Duration};
use chrono::SubsecRound as _;