armfazh rust: Replaces return an empty tuple by nothing (void). (#1670)
6d981bc Oct 7, 2023
rust: Replaces return an empty tuple by nothing (void). (#1670)
The cargo clippy reports as an issue returning an empty tuple
and recommends remove it.

Extracted rust files are updated.

[1] https://rust-lang.github.io/rust-clippy/master/index.html#/unused_unit/
6d981bc