Skip to content

Commit 85c49ec

Browse files
committed
Allow match_group::Fix to be cloned. (#450)
1 parent 52fa247 commit 85c49ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-refspec/src/match_group/validate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ impl std::fmt::Display for Issue {
4343
}
4444

4545
/// All possible fixes corrected while validating matched mappings.
46-
#[derive(Debug, PartialEq, Eq)]
46+
#[derive(Debug, PartialEq, Eq, Clone)]
4747
pub enum Fix {
4848
/// Removed a mapping that contained a partial destination entirely.
4949
MappingWithPartialDestinationRemoved {

0 commit comments

Comments
 (0)