android: Fix clippy error in Rust 1.89 Android Bindings#41
android: Fix clippy error in Rust 1.89 Android Bindings#41alexmoon merged 1 commit intoalexmoon:mainfrom
Conversation
There is a clippy warning in rust 1.89 that is cause all of android CI to fail. (https://github.com/alexmoon/bluest/actions/runs/17018037851/job/48243206290?pr=39) The error is in autogenerated code, so I think it should just be supressed.
|
I would prefer for java-spaghetti to add the allow during bindings generation. Can you make a PR on that project and then regenerate the bindings? |
|
@abezukor I shall tell you the (kind of embarrassing) fact that the main branch of In #31, @alexmoon said he prefer to wait for stabilization of that feature before updating I guess this can be merged as a workaround before a new version of |
There is a clippy warning in rust 1.89 that is cause all of android CI to fail. (https://github.com/alexmoon/bluest/actions/runs/17018037851/job/48243206290?pr=39)
The error is in autogenerated code, so I think it should just be supressed.