Task #65012 - added.err
back to task #65012download
Error: CLIPPY_WARNING:
crates/lib/src/kernel_cmdline.rs:80:39: warning: this lifetime isn't used in the function definition
# |
# 80 | pub fn find_all_starting_with_str<'b>(
# | ^^
# |
# = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes
# = note: `#[warn(clippy::extra_unused_lifetimes)]` on by default
Error: CLIPPY_WARNING:
crates/lib/src/kernel_cmdline.rs:183:19: warning: methods with the following characteristics: (`to_*` and `self` type is not `Copy`) usually take `self` by reference
# |
# 183 | pub fn to_str(self) -> Option<ParameterStr<'a>> {
# | ^^^^
# |
# = help: consider choosing a less ambiguous name
# = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention
# = note: `#[warn(clippy::wrong_self_convention)]` on by default