Skip to content

fix: avoid attachment id duplication #1420

fix: avoid attachment id duplication

fix: avoid attachment id duplication #1420

Triggered via push January 12, 2024 06:03
Status Failure
Total duration 2m 8s
Artifacts

rust.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
lint: src/rgb.rs#L1990
error: accessing first element with `all_bids.clone().get(0)` --> src/rgb.rs:1990:10 | 1990 | }) = all_bids.clone().get(0) | ^^^^^^^^^^^^^^^^^^^^^^^ help: try: `all_bids.clone().first()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first = note: `-D clippy::get-first` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::get_first)]`
lint
Process completed with exit code 1.
lint-wasm: src/rgb.rs#L1990
error: accessing first element with `all_bids.clone().get(0)` --> src/rgb.rs:1990:10 | 1990 | }) = all_bids.clone().get(0) | ^^^^^^^^^^^^^^^^^^^^^^^ help: try: `all_bids.clone().first()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first = note: `-D clippy::get-first` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::get_first)]`
lint-wasm
Process completed with exit code 1.