Remove unnecessary TryFrom/TryInto import

This commit is contained in:
Adrian Kumpf
2026-02-25 14:45:41 +01:00
parent cd5fbf1edf
commit dac1cf25c1
-1
View File
@@ -1,4 +1,3 @@
use std::convert::{TryFrom, TryInto};
use std::fmt;
use std::time::Duration;