Skip to content

chore: Update faq.md with cargo install explanation and add avoid car… #218

chore: Update faq.md with cargo install explanation and add avoid car…

chore: Update faq.md with cargo install explanation and add avoid car… #218

Triggered via push September 23, 2024 13:35
Status Success
Total duration 3m 48s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
this expression creates a reference which is immediately dereferenced by the compiler: build.rs#L89
warning: this expression creates a reference which is immediately dereferenced by the compiler --> build.rs:89:27 | 89 | write_version(&mut f, &package_version).expect("Failed to write version"); | ^^^^^^^^^^^^^^^^ help: change this to: `package_version` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow = note: `#[warn(clippy::needless_borrow)]` on by default
unused import: `std::process::Command`: build.rs#L6
warning: unused import: `std::process::Command` --> build.rs:6:5 | 6 | use std::process::Command; | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
rust-coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
rust-coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/