Skip to content

Merge pull request #1911 from paritytech/arc-runner #1820

Merge pull request #1911 from paritytech/arc-runner

Merge pull request #1911 from paritytech/arc-runner #1820

Triggered via push October 23, 2024 14:19
Status Success
Total duration 1m 29s
Artifacts

checks.yml

on: push
Check Spelling
15s
Check Spelling
Check nix hash is up-to-date
1m 20s
Check nix hash is up-to-date
Fit to window
Zoom out
Zoom in

Annotations

1 warning
use of a fallible conversion when an infallible one could be used: crates/parser/src/lib.rs#L184
warning: use of a fallible conversion when an infallible one could be used --> crates/parser/src/lib.rs:184:10 | 184 | .try_into() | ^^^^^^^^ help: use: `into` | = note: converting `&str` to `PathBuf` cannot fail = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default