Skip to content

Merge pull request #1669 from paritytech/dependabot/npm_and_yarn/java… #1339

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

Merge pull request #1669 from paritytech/dependabot/npm_and_yarn/java… #1339

Triggered via push January 10, 2024 23:19
Status Failure
Total duration 49s
Artifacts

checks.yml

on: push
Check Spelling
11s
Check Spelling
Check nix hash is up-to-date
41s
Check nix hash is up-to-date
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
Check nix hash is up-to-date
Process completed with exit code 1.
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` | = 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