Skip to content

WIP - tremor-script VM #4272

WIP - tremor-script VM

WIP - tremor-script VM #4272

Triggered via pull request October 3, 2024 11:48
@LicenserLicenser
synchronize #2650
Status Skipped
Total duration 4s
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/compiler/impls/imut_expr.rs#L703: tremor-script/src/vm/compiler/impls/imut_expr.rs#L703
error: the borrowed expression implements the required traits --> tremor-script/src/vm/compiler/impls/imut_expr.rs:703:30 | 703 | compiler.comment(&format!("Test tuple element {i}")); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `format!("Test tuple element {i}")` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args note: the lint level is defined here --> tremor-script/src/lib.rs:20:5 | 20 | clippy::all, | ^^^^^^^^^^^ = note: `#[deny(clippy::needless_borrows_for_generic_args)]` implied by `#[deny(clippy::all)]`