Skip to content

build: Add memfd feature to ipc-channel #247

build: Add memfd feature to ipc-channel

build: Add memfd feature to ipc-channel #247

Triggered via push September 4, 2023 17:35
Status Success
Total duration 6m 35s
Artifacts

pages.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