mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 23:37:32 +00:00
fix(debug): Refer to correct function
This commit is contained in:
parent
3ae0132f8c
commit
2d462cd0b5
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ impl<'help, 'app, 'parser> Validator<'help, 'app, 'parser> {
|
|||
self.p.required.insert(req);
|
||||
}
|
||||
} else if let Some(g) = self.p.app.groups.iter().find(|grp| grp.id == *name) {
|
||||
debug!("Validator::gather_conflicts:iter:{:?}:group", name);
|
||||
debug!("Validator::gather_requirements:iter:{:?}:group", name);
|
||||
for r in &g.requires {
|
||||
self.p.required.insert(r.clone());
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue