Skip to content

build(deps): Bump env_logger from 0.11.5 to 0.11.6 #157

build(deps): Bump env_logger from 0.11.5 to 0.11.6

build(deps): Bump env_logger from 0.11.5 to 0.11.6 #157

Triggered via pull request December 20, 2024 22:20
Status Success
Total duration 33s
Artifacts

check.yaml

on: pull_request
stable / format
4s
stable / format
Matrix: clippy
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
stable / format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unneeded `return` statement: src/utils.rs#L61
warning: unneeded `return` statement --> src/utils.rs:61:17 | 61 | return Some(entry.into_path().parent().unwrap().into()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 61 - return Some(entry.into_path().parent().unwrap().into()); 61 + Some(entry.into_path().parent().unwrap().into()) |
stable / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unneeded `return` statement: src/utils.rs#L61
warning: unneeded `return` statement --> src/utils.rs:61:17 | 61 | return Some(entry.into_path().parent().unwrap().into()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 61 - return Some(entry.into_path().parent().unwrap().into()); 61 + Some(entry.into_path().parent().unwrap().into()) |
beta / clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636