-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix clippy & use musl target on Rust compiler for static compilation #554
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/schniz/fnm/EJtEca9Hf4BmMGwvSNpbcu9FTYFV |
Seems like the Is it okay for you if I switch to an alternative? Also, I see you use |
Yup, you are right 😃 I don't remember why I needed to use a container. Maybe it's just something I did the same as I did on the ReasonML version |
Okay I updated the CI job now to simply use the Rust compiler directly. |
Amazing! thank you! |
Redoing Schniz#389 which was cancelled by Schniz#554 and reintroduced the error. Fixes Schniz#520
Just some cleanups here and there, mostly related to clippy:
clippy::pedantic
andrust_2018_idioms
lints and fix any reported warnings.