use short path
This commit is contained in:
parent
1b2a8463bb
commit
ccc189b014
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pub(crate) enum Error {
|
|||
#[derive(thiserror::Error, Debug)]
|
||||
pub(crate) enum ReadYamlConfigError {
|
||||
#[error(transparent)]
|
||||
ReadFile(#[from] std::io::Error),
|
||||
ReadFile(#[from] io::Error),
|
||||
#[error(transparent)]
|
||||
Yaml(#[from] yaml_rust::ScanError),
|
||||
#[error("invalid config ({0})")]
|
||||
|
|
Loading…
Reference in a new issue