mirror of
https://github.com/Steffo99/micronfig.git
synced 2024-11-21 15:44:20 +00:00
Remove unused import in example
This commit is contained in:
parent
389ac331f0
commit
a6d4a3bb31
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
use std::fmt::{Display, Formatter};
|
||||
use std::str::FromStr;
|
||||
use std::fmt::Display;
|
||||
|
||||
|
||||
micronfig::required!(ECHO, String);
|
||||
|
|
Loading…
Reference in a new issue