Skip to content

Commit ea2f1c2

Browse files
committed
address review comment
rust-lang#1394 (comment)
1 parent 74b9b45 commit ea2f1c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: ci/date-check/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ fn collect_dates_from_file(date_regexes: &[Regex], text: &str) -> Vec<(usize, Da
7272
.collect();
7373
output.extend(results);
7474
}
75+
output.sort_by(|a, b| a.0.cmp(&b.0));
7576
output
7677
}
7778

0 commit comments

Comments
 (0)