diff --git a/lib/src/git.rs b/lib/src/git.rs index cc5126195..9b68253f1 100644 --- a/lib/src/git.rs +++ b/lib/src/git.rs @@ -798,7 +798,7 @@ struct PartialSubmoduleConfig { /// Represents configuration from a submodule, e.g. in .gitmodules /// This doesn't include all possible fields, only the ones we care about -#[derive(Debug, PartialEq)] +#[derive(Debug, PartialEq, Eq)] pub struct SubmoduleConfig { pub name: String, pub path: String,