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 0c633ff commit b708c40Copy full SHA for b708c40
1 file changed
src/man_page.rs
@@ -34,7 +34,6 @@ fn build_conflict_map(command: &Command) -> ConflictMap {
34
map.entry(conflict_id).or_default().push(arg_id.clone());
35
}
36
37
- // Deduplicate each entry
38
for conflicts in map.values_mut() {
39
conflicts.sort();
40
conflicts.dedup();
0 commit comments