wrap-cli
wrap-cli copied to clipboard
Ignore unused code warnings in rust bindings
Is your feature request related to a problem? Please describe. rust bindings always have dead code and used variables, which throws unnecessary warnings during build.
Describe the solution you'd like
Add #![allow(dead_code, unused_variable)] to the top of every binding template.