Skip to content

chore(main): release 0.13.0 #220

chore(main): release 0.13.0

chore(main): release 0.13.0 #220

Triggered via pull request October 9, 2023 12:47
Status Skipped
Total duration 3s
Artifacts

automerge.yml

on: pull_request
dependabot
0s
dependabot
Fit to window
Zoom out
Zoom in

Annotations

1 warning
use of `or_insert` to construct default value: src/db/create/txs/mod.rs#L110
warning: use of `or_insert` to construct default value --> src/db/create/txs/mod.rs:110:18 | 110 | .or_insert(Vec::new()); | ^^^^^^^^^^^^^^^^^^^^^ help: try: `or_default()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default = note: `#[warn(clippy::unwrap_or_default)]` on by default