Skip to content

Commit 1e644ee

Browse files
authored
Add Clone macro to ValidationError (#43)
1 parent d1ecb91 commit 1e644ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ impl ValidationErrorContext {
1616
}
1717
}
1818

19-
#[derive(Debug)]
19+
#[derive(Debug, Clone)]
2020
pub struct ValidationError {
2121
pub locations: Vec<Pos>,
2222
pub message: String,

0 commit comments

Comments
 (0)