remove unneeded dependency

This commit is contained in:
Christoph J. Scherr 2023-07-09 13:52:00 +02:00
parent 4c4203d98c
commit 354db00312
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
// enable clippy's extra lints, the pedantic version
#![warn(clippy::pedantic)]
use std::{fmt::Display, str::FromStr};
use std::str::FromStr;
//// IMPORTS ///////////////////////////////////////////////////////////////////////////////////////
// we want the log macros in any case