Skip to content

Merge pull request #1767 from paritytech/dependabot/npm_and_yarn/java… #1010

Merge pull request #1767 from paritytech/dependabot/npm_and_yarn/java…

Merge pull request #1767 from paritytech/dependabot/npm_and_yarn/java… #1010

Triggered via push April 11, 2024 05:16
Status Success
Total duration 18s
Artifacts

gh-pages.yml

on: push
build-and-deploy
10s
build-and-deploy
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