wrap-cli icon indicating copy to clipboard operation
wrap-cli copied to clipboard

Ignore unused code warnings in rust bindings

Open fetsorn opened this issue 3 years ago • 0 comments

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.

fetsorn avatar Sep 30 '22 18:09 fetsorn