Skip to content

Commit

Permalink
Remove BoxedError type.
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Jun 25, 2024
1 parent 0616555 commit a66bf48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/claims/crates/status/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ use iref::Uri;
pub use r#impl::*;
pub mod client;

pub type BoxedError = Box<dyn Send + std::error::Error>;

pub trait EncodedStatusMap {
type Decoded: StatusMap;
type DecodeError: std::error::Error;
Expand Down

0 comments on commit a66bf48

Please sign in to comment.