Skip to content

Commit

Permalink
Remove manual error
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Jul 3, 2023
1 parent b7323c4 commit e6e2078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async-nats/src/jetstream/consumer/pull.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2249,7 +2249,7 @@ pub enum BatchRequestErrorKind {
#[derive(Debug)]
pub struct BatchError {
kind: BatchErrorKind,
source: Option<Box<dyn std::error::Error + Send + Sync>>,
source: Option<crate::Error>,
}
crate::error_impls!(BatchError, BatchErrorKind);

Expand Down

0 comments on commit e6e2078

Please sign in to comment.