Skip to content

fix(deps): update all non-major dependencies #5280

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #5280

Triggered via pull request September 7, 2024 10:16
Status Failure
Total duration 1m 52s
Artifacts

rav1e.yml

on: pull_request
Matrix: build-macos
Matrix: build-unix
Matrix: build-windows
Fit to window
Zoom out
Zoom in

Annotations

3 errors
msrv
Process completed with exit code 101.
`base_q_idx.saturating_add(63)` is never greater than `255` and has therefore no effect: src/rate.rs#L560
error: `base_q_idx.saturating_add(63)` is never greater than `255` and has therefore no effect --> src/rate.rs:560:18 | 560 | let max_qi = base_q_idx.saturating_add(63).min(255); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `base_q_idx.saturating_add(63)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_min_or_max = note: `-D clippy::unnecessary-min-or-max` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::unnecessary_min_or_max)]`
rustfmt-clippy
Clippy has exited with exit code 101