When compiling a TCP server and when starting it, the following warning is shown
warning: field `0` is never read
--> src/main.rs:64:10
|
64 | Kill(i32),
| ---- ^^^
| |
| field in this variant
|
= note: `#[warn(dead_code)]` on by default
help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
|
64 | Kill(()),
| ~~
System information
System/Platform: Jupyter notebook running on docker image alphaville/open:0.5.0
Describe the bug
When compiling a TCP server and when starting it, the following warning is shown
System information
alphaville/open:0.5.0
rustup show
?rustc -V
?