Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 6e9cd20

Browse files
committed
ices/80409.rs: fixed with no errors
=== stdout === === stderr === warning: unreachable statement --> /home/runner/work/glacier/glacier/ices/80409.rs:31:5 | 30 | let mut builder: FsmBuilder<usize> = todo!(); | ------- any code following this expression is unreachable 31 | builder.state().on_entry(|_| {}); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement | = note: `#[warn(unreachable_code)]` on by default warning: unused variable: `builder` --> /home/runner/work/glacier/glacier/ices/80409.rs:30:13 | 30 | let mut builder: FsmBuilder<usize> = todo!(); | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_builder` | = note: `#[warn(unused_variables)]` on by default warning: field `context` is never read --> /home/runner/work/glacier/glacier/ices/80409.rs:26:5 | 25 | struct StateContext<'a, TFsm: Fsm> { | ------------ field in this struct 26 | context: &'a mut TFsm::Context, | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default warning: 3 warnings emitted ==============
1 parent ffa7982 commit 6e9cd20

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)