cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
1.82k stars 64 forks source link

[Suggestion] Ignore all warnings from the generate rust code #384

Closed EnvOut closed 1 month ago

EnvOut commented 2 months ago

Hey, While compiling the native module I see many warnings. Could you please insert into generated module this line:

#![allow(warnings, unused)]
temeddix commented 2 months ago

This problem is expected to be fixed in the next version of Rinf, which will be released in a few days. There were warnings indeed, and all those should have been fixed. I'll keep this open until we can test the next version :)

temeddix commented 1 month ago

I'll close this for now, if the problem persists feel free to re-open it