Skip to content

fix: avoid attachment id duplication #1421

fix: avoid attachment id duplication

fix: avoid attachment id duplication #1421

Triggered via push January 12, 2024 06:11
Status Failure
Total duration 15m 26s
Artifacts

rust.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint: tests/lightning.rs#L112
error: accessing first element with `accounts.get(0)` --> tests/lightning.rs:112:27 | 112 | let btc_account = accounts.get(0).unwrap(); | ^^^^^^^^^^^^^^^ help: try: `accounts.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.
test-wasm
Process completed with exit code 1.