Skip to content

Reg file take2

Reg file take2 #111

Triggered via pull request July 20, 2023 15:18
Status Success
Total duration 1m 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
unused variable: `simulator`: src/components/probe_edit.rs#L46
warning: unused variable: `simulator` --> src/components/probe_edit.rs:46:24 | 46 | fn un_clock(&self, simulator: &mut Simulator) { | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_simulator` | = note: `#[warn(unused_variables)]` on by default
unused variable: `simulator`: src/components/probe_edit.rs#L46
warning: unused variable: `simulator` --> src/components/probe_edit.rs:46:24 | 46 | fn un_clock(&self, simulator: &mut Simulator) { | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_simulator` | = note: `#[warn(unused_variables)]` on by default
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/