Skip to content

hide prelude imports inside a local module to allow shadowing imports #137

hide prelude imports inside a local module to allow shadowing imports

hide prelude imports inside a local module to allow shadowing imports #137

Triggered via pull request April 16, 2024 22:45
@cluxclux
synchronize #222
hide-import-flag
Status Skipped
Total duration 3s
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#L360
warning: assigning the result of `Clone::clone()` may be inefficient --> src/analyzer.rs:360:17 | 360 | 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