There are thre warnings when running cargo build
warning: unused `std::result::Result` that must be used
--> action_loop/src/main.rs:37:9
|
37 | write!(&mut fd3, "{}", action_results);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This output will confuse the compiler script, can those be avoided?
There are thre warnings when running
cargo buildThis output will confuse the compiler script, can those be avoided?