Skip to content

Lua refactor

Lua refactor #345

Triggered via pull request March 3, 2025 20:00
@DrewolDrewol
synchronize #103
lua-refactor
Status Success
Total duration 8m 16s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
[clippy] game/src/vg_ui.rs#L625: game/src/vg_ui.rs#L625
error: redundant redefinition of a binding `name` --> game/src/vg_ui.rs:625:9 | 625 | let name = name; | ^^^^^^^^^^^^^^^^ | help: `name` is initially defined here --> game/src/vg_ui.rs:620:9 | 620 | name: String, | ^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals = note: `#[deny(clippy::redundant_locals)]` on by default
[clippy] game/src/vg_ui.rs#L651: game/src/vg_ui.rs#L651
error: redundant redefinition of a binding `name` --> game/src/vg_ui.rs:651:9 | 651 | let name = name; | ^^^^^^^^^^^^^^^^ | help: `name` is initially defined here --> game/src/vg_ui.rs:646:9 | 646 | name: String, | ^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals