-
Notifications
You must be signed in to change notification settings - Fork 211
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
Please install rustfmt
to the docs.rs doc build environment
#357
Comments
@Lokathor It looks like this is fixed in new versions of fermium, probably because of #407. Can you take a look at https://docs.rs/fermium/0.1.4/src/fermium/SDL2-v2.0.8-x86_64-pc-windows-msvc.rs.html#4692-4695 and make sure it looks about right? |
Well, that's correct, but probably because I have since stopped using bindgen on but i guess we can close this and someone else will report if it's still a problem later. |
I'd actually rather keep it open until I know it's fixed, sorry we took so long you found a workaround instead. |
Mentoring instructions: If you have any questions, feel free to reach out here or on Discord. |
|
@jyn514 the solution above didn't work... |
What do you mean by didn't work? Can you put up a draft branch? |
adding the command:
to |
@elmurci can you join the discord so I can help you debug without spamming notifications for people watching the issue? https://discord.gg/f7mTXPW |
I managed to fix it. Putting it here as it may help others.
I solved it by disabling
After doing this it built correctly. |
@pietroalbini if |
I'd prefer not updating as well. |
My crate builds bindings, and the bindings output comes out as all one line without rustfmt available.
The text was updated successfully, but these errors were encountered: