Skip to content

Commit b708c40

Browse files
committed
docs: remove unnecessary comment
1 parent 0c633ff commit b708c40

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/man_page.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ fn build_conflict_map(command: &Command) -> ConflictMap {
3434
map.entry(conflict_id).or_default().push(arg_id.clone());
3535
}
3636
}
37-
// Deduplicate each entry
3837
for conflicts in map.values_mut() {
3938
conflicts.sort();
4039
conflicts.dedup();

0 commit comments

Comments
 (0)