File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments