You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 defaulthelp: 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
?rustc 1.77.0 (aedd173a2 2024-03-17)
The text was updated successfully, but these errors were encountered: