Skip to content

Commit e7e03cb

Browse files
StepStatus should be Clone, Copy, Debug, PartialEq.
1 parent 4933f03 commit e7e03cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/action.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// except according to those terms.
66

77
/// The result of `Action.step`.
8+
#[derive(Clone, Copy, Debug, PartialEq)]
89
pub enum StepStatus {
910
/// Stepping is incomplete and should be called again.
1011
Incomplete,

0 commit comments

Comments
 (0)