rust-plugin-example
rust-plugin-example copied to clipboard
fix 6 clippy warnings
Make the Rust plugin example a little bit more idiomatic, allowing the Clippy linter to be at peace.
A benefit of this change is that when someone develops their own plugin from this basis, all the Clippy warnings will be directly related to their changes (and none will talk about existing code).