diff --git a/src/command/config/update/v1.rs b/src/command/config/update/v1.rs index fbe5eb2..5cfd74f 100644 --- a/src/command/config/update/v1.rs +++ b/src/command/config/update/v1.rs @@ -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})")]