Rust code fails to get recognized as "used" by the compiler #14249
ninjaboy667
started this conversation in
General
Replies: 1 comment
-
with point 3) in place you shouldn't get dead code warnings about the functions you use there 🤔 do you perhaps have a direct example project for us to look at? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone else run into this issue? My general strategy for my tauri app has been.
I am getting a ton of warnings of unused code even though the program still runs fine with yarn tauri dev. Whats the recommended strategy? #[allow(dead_code)] everywhere?
Beta Was this translation helpful? Give feedback.
All reactions