Skip to content

WIP - tremor-script VM #4237

WIP - tremor-script VM

WIP - tremor-script VM #4237

Triggered via pull request August 12, 2024 19:50
@LicenserLicenser
synchronize #2650
Status Skipped
Total duration 2s
Artifacts

depandabot-auto-merge.yaml

on: pull_request_target
auto-merge
0s
auto-merge
Fit to window
Zoom out
Zoom in

Annotations

1 error
[clippy] tremor-script/src/vm.rs#L353: tremor-script/src/vm.rs#L353
error: the function `last` doesn't need a mutable reference --> tremor-script/src/vm.rs:353:34 | 353 | let v = last(&mut stack, *pc, *cc)?; | ^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed note: the lint level is defined here --> tremor-script/src/lib.rs:20:5 | 20 | clippy::all, | ^^^^^^^^^^^ = note: `#[deny(clippy::unnecessary_mut_passed)]` implied by `#[deny(clippy::all)]`