mirror of
https://github.com/Steffo99/micronfig.git
synced 2024-11-21 15:44:20 +00:00
Remove redundant path
This commit is contained in:
parent
28a4371f1d
commit
8b54d74acd
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use std::fs::File;
|
|||
|
||||
/// An error that occurred while getting a configuration value.
|
||||
pub enum GetFileError<TargetType> where TargetType: TryFrom<String> {
|
||||
CannotReadEnvVar(std::env::VarError),
|
||||
CannotReadEnvVar(env::VarError),
|
||||
CannotOpenFile(std::io::Error),
|
||||
CannotReadFile(std::io::Error),
|
||||
CannotConvertValue(<TargetType as TryFrom<String>>::Error),
|
||||
|
|
Loading…
Reference in a new issue