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)]
|
#[derive(thiserror::Error, Debug)]
|
||||||
pub(crate) enum ReadYamlConfigError {
|
pub(crate) enum ReadYamlConfigError {
|
||||||
#[error(transparent)]
|
#[error(transparent)]
|
||||||
ReadFile(#[from] std::io::Error),
|
ReadFile(#[from] io::Error),
|
||||||
#[error(transparent)]
|
#[error(transparent)]
|
||||||
Yaml(#[from] yaml_rust::ScanError),
|
Yaml(#[from] yaml_rust::ScanError),
|
||||||
#[error("invalid config ({0})")]
|
#[error("invalid config ({0})")]
|
||||||
|
|
Loading…
Reference in a new issue