Skip to content

chore: do not organize bug issue into project any more #108

chore: do not organize bug issue into project any more

chore: do not organize bug issue into project any more #108

Triggered via push January 24, 2024 14:37
Status Skipped
Total duration 3s
Artifacts
release-please
0s
release-please
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
use of a fallible conversion when an infallible one could be used: src/parser/ds.rs#L497
warning: use of a fallible conversion when an infallible one could be used --> src/parser/ds.rs:497:18 | 497 | .try_into() | ^^^^^^^^ help: use: `into` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions
use of a fallible conversion when an infallible one could be used: src/parser/ds.rs#L490
warning: use of a fallible conversion when an infallible one could be used --> src/parser/ds.rs:490:18 | 490 | .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