Skip to content

Commit

Permalink
[early] clone compat iter
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Sep 30, 2022
1 parent 0b82196 commit 723cbc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/error_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/// If you want to omit the initial error and only process its sources, use `skip(1)`.
///
/// Can be created via [`ErrorCompat::iter_chain`][crate::ErrorCompat::iter_chain].
#[derive(Debug, Clone)]
pub struct ChainCompat<'a> {
inner: Option<&'a dyn crate::Error>,
}
Expand Down

0 comments on commit 723cbc7

Please sign in to comment.