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.
1 parent a5ba202 commit 8712aafCopy full SHA for 8712aaf
gix-submodule/src/access.rs
@@ -181,7 +181,7 @@ impl File {
181
.sections_by_name("submodule")
182
.into_iter()
183
.flatten()
184
- .any(|s| (s.header().subsection_name() == Some(name) && !std::ptr::eq(s.meta(), ours)));
+ .any(|s| s.header().subsection_name() == Some(name) && !std::ptr::eq(s.meta(), ours));
185
if !has_value_from_foreign_section {
186
return Err(config::update::Error::CommandForbiddenInModulesConfiguration {
187
submodule: name.to_owned(),
0 commit comments