Skip to content

VM refactor #2

VM refactor #2 #1231

Triggered via pull request July 5, 2023 09:07
Status Success
Total duration 3m 30s
Artifacts

lldb-formatter-tests.yml

on: pull_request
LLDB formatter tests
3m 20s
LLDB formatter tests
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
[clippy] vm/src/with_shared/shareable.rs#L151: vm/src/with_shared/shareable.rs#L151
warning: redundant clone --> vm/src/with_shared/shareable.rs:151:55 | 151 | let _illegal_clone = s.with_shared(|s_rc| s_rc.clone()); | ^^^^^^^^ help: remove this | note: this value is dropped without further use --> vm/src/with_shared/shareable.rs:151:51 | 151 | let _illegal_clone = s.with_shared(|s_rc| s_rc.clone()); | ^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone = note: `#[warn(clippy::redundant_clone)]` on by default
[clippy] vm/src/with_shared/with_shared_mut_ref.rs#L77: vm/src/with_shared/with_shared_mut_ref.rs#L77
warning: redundant clone --> vm/src/with_shared/with_shared_mut_ref.rs:77:69 | 77 | let _illegal_clone = with_shared_mut_ref(&mut s, |s_rc| s_rc.clone()); | ^^^^^^^^ help: remove this | note: this value is dropped without further use --> vm/src/with_shared/with_shared_mut_ref.rs:77:65 | 77 | let _illegal_clone = with_shared_mut_ref(&mut s, |s_rc| s_rc.clone()); | ^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_clone
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/