Skip to content

Allow opt-out to PodMonitor duplicate case-clashes #90

Allow opt-out to PodMonitor duplicate case-clashes

Allow opt-out to PodMonitor duplicate case-clashes #90

Triggered via pull request March 9, 2024 11:58
@cluxclux
synchronize #205
multiple-names
Status Skipped
Total duration 1s
Artifacts

dependabot.yml

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

Annotations

1 warning
assigning the result of `Clone::clone()` may be inefficient: src/analyzer.rs#L358
warning: assigning the result of `Clone::clone()` may be inefficient --> src/analyzer.rs:358:17 | 358 | simple_inner = ix.type_.clone(); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_from()`: `simple_inner.clone_from(&ix.type_)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones = note: `#[warn(clippy::assigning_clones)]` on by default