Skip to content

Commit

Permalink
linkd: Correct error variant name
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Simmerl <[email protected]>
  • Loading branch information
xla committed Sep 9, 2021
1 parent c68f1e1 commit 871b9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkd-lib/src/cfg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub enum Error {
Base64(#[from] base64::DecodeError),

#[error(transparent)]
IO(#[from] io::Error),
Io(#[from] io::Error),

#[error(transparent)]
Init(#[from] storage::error::Init),
Expand Down

0 comments on commit 871b9c7

Please sign in to comment.