Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Nov 27, 2023
1 parent 68b25a6 commit a75c5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ impl<S> fmt::Debug for Link<S> {
}
}

#[derive(Debug)]
#[derive(Debug, From)]
pub enum Outcome {
Accept,
Reject,
Expand Down

0 comments on commit a75c5e6

Please sign in to comment.