Skip to content

Bump ruzstd from 0.7.0 to 0.7.3 in the cargo group across 1 directory #25

Bump ruzstd from 0.7.0 to 0.7.3 in the cargo group across 1 directory

Bump ruzstd from 0.7.0 to 0.7.3 in the cargo group across 1 directory #25

Triggered via push December 5, 2024 00:02
Status Success
Total duration 2m 57s
Artifacts

checks.yml

on: push
Matrix: checks / clippy
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
checks / fmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
checks / doc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
checks / clippy - stable
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
very complex type used. Consider factoring parts into `type` definitions: src/plugin.rs#L297
warning: very complex type used. Consider factoring parts into `type` definitions --> src/plugin.rs:297:6 | 297 | ) -> impl FnMut( | ______^ 298 | | Commands, 299 | | ResMut<Assets<Image>>, 300 | | Res<RenderDevice>, 301 | | ResMut<RatatuiRenderContext>, 302 | | EventWriter<ReplacedRenderPipeEvent>, 303 | | ) { | |_^ | = 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
the following explicit lifetimes could be elided: 'a: src/widget.rs#L23
warning: the following explicit lifetimes could be elided: 'a --> src/widget.rs:23:6 | 23 | impl<'a> Widget for RatatuiRenderWidget<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 23 - impl<'a> Widget for RatatuiRenderWidget<'a> { 23 + impl Widget for RatatuiRenderWidget<'_> { |
checks / clippy - beta
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
very complex type used. Consider factoring parts into `type` definitions: src/plugin.rs#L297
warning: very complex type used. Consider factoring parts into `type` definitions --> src/plugin.rs:297:6 | 297 | ) -> impl FnMut( | ______^ 298 | | Commands, 299 | | ResMut<Assets<Image>>, 300 | | Res<RenderDevice>, 301 | | ResMut<RatatuiRenderContext>, 302 | | EventWriter<ReplacedRenderPipeEvent>, 303 | | ) { | |_^ | = 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
the following explicit lifetimes could be elided: 'a: src/widget.rs#L23
warning: the following explicit lifetimes could be elided: 'a --> src/widget.rs:23:6 | 23 | impl<'a> Widget for RatatuiRenderWidget<'a> { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 23 - impl<'a> Widget for RatatuiRenderWidget<'a> { 23 + impl Widget for RatatuiRenderWidget<'_> { |