We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
match_group::Fix
1 parent 52fa247 commit 85c49ecCopy full SHA for 85c49ec
git-refspec/src/match_group/validate.rs
@@ -43,7 +43,7 @@ impl std::fmt::Display for Issue {
43
}
44
45
/// All possible fixes corrected while validating matched mappings.
46
-#[derive(Debug, PartialEq, Eq)]
+#[derive(Debug, PartialEq, Eq, Clone)]
47
pub enum Fix {
48
/// Removed a mapping that contained a partial destination entirely.
49
MappingWithPartialDestinationRemoved {
0 commit comments