Skip to content

Commit

Permalink
implement Error for vsc
Browse files Browse the repository at this point in the history
  • Loading branch information
gquintard committed Mar 21, 2024
1 parent a4d772e commit 372b496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vsc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ impl std::fmt::Display for Error {
}
}

impl std::error::Error for Error {}

/// Shorthand to `std::result::Result<T, Error>`
pub type Result<T> = std::result::Result<T, Error>;

Expand Down

0 comments on commit 372b496

Please sign in to comment.