Skip to content

Commit 999fb56

Browse files
committed
add Clone, Debug to IndexConstraint
1 parent e222a71 commit 999fb56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/array_checker.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pub struct ArrayError {
55
pub message: String,
66
}
77

8+
#[derive(Clone, Debug)]
89
struct IndexConstraint {
910
pub name: Name,
1011
pub max: Option<i64>,

0 commit comments

Comments
 (0)