Skip to content

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

fix(deps): update all non-major dependencies

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

Triggered via pull request July 31, 2024 19:00
Status Failure
Total duration 1m 51s
Artifacts

rav1e.yml

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

Annotations

5 errors
msrv
Process completed with exit code 101.
doc list item missing indentation: src/me.rs#L1021
error: doc list item missing indentation --> src/me.rs:1021:5 | 1021 | /// don't overlap with the previous search step (labeled '2'). | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `-D clippy::doc-lazy-continuation` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::doc_lazy_continuation)]` help: indent this line | 1021 | /// don't overlap with the previous search step (labeled '2'). | +++
the borrowed expression implements the required traits: src/api/internal.rs#L482
error: the borrowed expression implements the required traits --> src/api/internal.rs:482:26 | 482 | data_location.push(&env::var_os("RAV1E_DATA_PATH").unwrap()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `env::var_os("RAV1E_DATA_PATH").unwrap()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `-D clippy::needless-borrows-for-generic-args` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_borrows_for_generic_args)]`
the borrowed expression implements the required traits: src/api/internal.rs#L484
error: the borrowed expression implements the required traits --> src/api/internal.rs:484:26 | 484 | data_location.push(&env::current_dir().unwrap()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `env::current_dir().unwrap()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
rustfmt-clippy
Clippy has exited with exit code 101