Skip to content

Commit

Permalink
Merge pull request #14 from omelia-iliffe/main
Browse files Browse the repository at this point in the history
added missing `impl Error for InitializeError`
  • Loading branch information
de-vri-es authored Jul 31, 2024
2 parents 0058dff + 40cb2bd commit d252993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ impl InvalidParameterCount {
}
}

impl std::error::Error for InitializeError {}
impl std::error::Error for TransferError {}
impl std::error::Error for WriteError {}
impl std::error::Error for ReadError {}
Expand Down

0 comments on commit d252993

Please sign in to comment.