1
Fork 0
mirror of https://github.com/Steffo99/micronfig.git synced 2024-10-16 14:37:29 +00:00

Remove unused import in example

This commit is contained in:
Steffo 2023-12-29 10:04:47 +01:00
parent 389ac331f0
commit a6d4a3bb31
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -1,5 +1,4 @@
use std::fmt::{Display, Formatter};
use std::str::FromStr;
use std::fmt::Display;
micronfig::required!(ECHO, String);