feat: *stripChars
builtins
#13
Annotations
2 errors
Run auguwu/[email protected]:
crates/jrsonnet-macros/src/lib.rs#L221
error: redundant clone
--> crates/jrsonnet-macros/src/lib.rs:221:20
|
221 | let item_fn = item.clone();
| ^^^^^^^^ help: remove this
|
note: this value is dropped without further use
--> crates/jrsonnet-macros/src/lib.rs:221:16
|
221 | let item_fn = item.clone();
| ^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
= note: `-D clippy::redundant-clone` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::redundant_clone)]`
|
Run auguwu/[email protected]
error: aborting due to 1 previous error
|
The logs for this run have expired and are no longer available.
Loading