Skip to content

fix: problem with annotating stop_retained insertions (#131) #241

fix: problem with annotating stop_retained insertions (#131)

fix: problem with annotating stop_retained insertions (#131) #241

Triggered via pull request October 21, 2023 15:44
@holtgreweholtgrewe
synchronize #132
Status Success
Total duration 13s
Artifacts

conventional-prs.yml

on: pull_request_target
title-format
4s
title-format
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
title-format
The following actions uses node12 which is deprecated and will be forced to run on node16: amannn/action-semantic-pull-request@v3.4.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
use of `or_insert` to construct default value: src/data/cdot/json.rs#L628
warning: use of `or_insert` to construct default value --> src/data/cdot/json.rs:628:22 | 628 | .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