Skip to content

Commit f16264e

Browse files
committed
Fix cargo
1 parent da96b87 commit f16264e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

2023/rust/src/template/run_multi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ pub mod child_commands {
168168
s.split(postfix).next()?.parse().ok()
169169
}
170170

171+
#[allow(clippy::double_ended_iterator_last)]
171172
fn parse_time(line: &str) -> Option<(&str, f64)> {
172173
// for possible time formats, see: https://github.com/rust-lang/rust/blob/1.64.0/library/core/src/time.rs#L1176-L1200
173174
let str_timing = line

2024/rust/src/template/run_multi.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ pub mod child_commands {
168168
s.split(postfix).next()?.parse().ok()
169169
}
170170

171+
#[allow(clippy::double_ended_iterator_last)]
171172
fn parse_time(line: &str) -> Option<(&str, f64)> {
172173
// for possible time formats, see: https://github.com/rust-lang/rust/blob/1.64.0/library/core/src/time.rs#L1176-L1200
173174
let str_timing = line

0 commit comments

Comments
 (0)