Skip to content

Fixes to moorc

Fixes to moorc #511

Triggered via push February 15, 2025 15:33
Status Success
Total duration 9m 14s
Artifacts

format-check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
using `clone` on type `Symbol` which implements the `Copy` trait: crates/kernel/src/vm/moo_execute.rs#L965
warning: using `clone` on type `Symbol` which implements the `Copy` trait --> crates/kernel/src/vm/moo_execute.rs:965:39 | 965 | ... v_sym(k.clone()) | ^^^^^^^^^ help: try dereferencing it: `*k` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy = note: `#[warn(clippy::clone_on_copy)]` on by default
using `clone` on type `Symbol` which implements the `Copy` trait: crates/kernel/src/vm/moo_execute.rs#L965
warning: using `clone` on type `Symbol` which implements the `Copy` trait --> crates/kernel/src/vm/moo_execute.rs:965:39 | 965 | ... v_sym(k.clone()) | ^^^^^^^^^ help: try dereferencing it: `*k` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy = note: `#[warn(clippy::clone_on_copy)]` on by default
style
Unexpected input(s) 'dprint-version', valid inputs are ['entryPoint', 'args']