Reg file take2 #111
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/
|