WIP - tremor-script VM #4272
depandabot-auto-merge.yaml
on: pull_request_target
auto-merge
0s
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)]`
|