Skip to content

chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 in /javascript #1328

chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 in /javascript

chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 in /javascript #1328

Triggered via pull request January 10, 2024 05:18
Status Failure
Total duration 52s
Artifacts

checks.yml

on: pull_request
Check Spelling
13s
Check Spelling
Check nix hash is up-to-date
43s
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