Skip to content

fix(ci): Change dtolnay/rust-toolchaint to stable #1084

fix(ci): Change dtolnay/rust-toolchaint to stable

fix(ci): Change dtolnay/rust-toolchaint to stable #1084

Triggered via push August 24, 2023 13:48
Status Success
Total duration 51s
Artifacts

commitlint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: rash_core/src/docopt/mod.rs#L287
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> rash_core/src/docopt/mod.rs:287:66 | 287 | usages_iter = Box::new(usages_iter.chain(splitted.into_iter())) | ^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `splitted` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/iter/traits/iterator.rs:522:12 = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default
explicit call to `.into_iter()` in function argument accepting `IntoIterator`: rash_core/src/docopt/mod.rs#L287
warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` --> rash_core/src/docopt/mod.rs:287:66 | 287 | usages_iter = Box::new(usages_iter.chain(splitted.into_iter())) | ^^^^^^^^^^^^^^^^^^^^ help: consider removing the `.into_iter()`: `splitted` | note: this parameter accepts any `IntoIterator`, so you don't need to call `.into_iter()` --> /rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/iter/traits/iterator.rs:522:12 = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default