WIP - tremor-script VM #2650
WIP - tremor-script VM #2650
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (1)
tremor-script/src/vm/compiler/impls/imut_expr.rs|703 col 30| 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)]
Filtered Findings (0)
Annotations
Check failure on line 703 in tremor-script/src/vm/compiler/impls/imut_expr.rs
github-actions / clippy
[clippy] 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)]`
Raw output
tremor-script/src/vm/compiler/impls/imut_expr.rs:703:30:e: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)]`
__END__