Skip to content

Bump actions/checkout from 3 to 4 #118

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #118

Triggered via pull request September 4, 2023 20:00
Status Success
Total duration 4m 41s
Artifacts

scheduled.yml

on: pull_request
ubuntu / nightly
4m 30s
ubuntu / nightly
ubuntu / beta / updated
3m 23s
ubuntu / beta / updated
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
very complex type used. Consider factoring parts into `type` definitions: src/lib.rs#L745
warning: very complex type used. Consider factoring parts into `type` definitions --> src/lib.rs:745:53 | 745 | fn range_start_end_split<R>(&self, range: R) -> (Option<(usize, usize)>, Option<(usize, usize)>) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `#[warn(clippy::type_complexity)]` on by default
very complex type used. Consider factoring parts into `type` definitions: src/lib.rs#L745
warning: very complex type used. Consider factoring parts into `type` definitions --> src/lib.rs:745:53 | 745 | fn range_start_end_split<R>(&self, range: R) -> (Option<(usize, usize)>, Option<(usize, usize)>) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#type_complexity = note: `#[warn(clippy::type_complexity)]` on by default