Skip to content

Commit 5b5ab38

Browse files
committed
please clippy
1 parent b570c88 commit 5b5ab38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fn collect_dates_from_file(date_regex: &Regex, text: &str) -> Vec<(usize, Date)>
4444
let mut line = 1;
4545
let mut end_of_last_cap = 0;
4646
date_regex
47-
.captures_iter(&text)
47+
.captures_iter(text)
4848
.map(|cap| {
4949
(
5050
cap.get(0).unwrap().range(),

0 commit comments

Comments
 (0)