Skip to content

chore(deps): Bump peaceiris/actions-gh-pages from 3 to 4 (#195) #107

chore(deps): Bump peaceiris/actions-gh-pages from 3 to 4 (#195)

chore(deps): Bump peaceiris/actions-gh-pages from 3 to 4 (#195) #107

Triggered via push May 6, 2024 15:59
Status Cancelled
Total duration 8s
Artifacts

docs.yml

on: push
Build docs
0s
Build docs
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Build docs
Canceling since a higher priority waiting request for 'docs' exists
the borrowed expression implements the required traits: src/build.rs#L24
error: the borrowed expression implements the required traits --> src/build.rs:24:15 | 24 | fs::write(&dest_path, contents).unwrap(); | ^^^^^^^^^^ help: change this to: `dest_path` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: src/build.rs#L14
error: the borrowed expression implements the required traits --> src/build.rs:14:15 | 14 | .args(&["rev-parse", "HEAD"]) | ^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["rev-parse", "HEAD"]` | = 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 clippy::all` = help: to override `-D clippy::all` add `#[allow(clippy::needless_borrows_for_generic_args)]`