-
Notifications
You must be signed in to change notification settings - Fork 13.3k
doc,rustdoc: improvements #9960
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
Conversation
This is #9868 but doesn't move css files to a separate subfolder, which was causing errors on the Rust buildbot. @alexcrichton
Okay we're progressing with the grailquest... no more rust.css error, I'll bring back the rule for manual.inc |
@alexcrichton Looks like a pandoc error... can you guys update it easily? Else I can just drop the raw html bits (they're just for quote authors), please advise! |
@adridu59 updating it would be a pain, can you just drop those parts? |
@cmr Done. |
I need help to diagnose this issue. |
@adridu59 it's running the following block as a Rust test:
Which it isn't. |
Cleanup, edit, add some Bootstrap v3.0.0 elements.
@cmr Oh ok, wasn't hard to catch, I guess I just wasn't expecting this (sigh). |
This is #9868 but doesn't move css files to a separate subfolder, which was causing errors on the Rust buildbot. @alexcrichton
Don't lint `unnecessary_cast` in mixed macro context fixes rust-lang#9960 Time to start making a dent in this onslaught. changelog: `unnecessary_cast`: Don't lint when the identifiers context differs from its binding's context for locals
This is #9868 but doesn't move css files to a separate subfolder, which was causing errors on the Rust buildbot.
@alexcrichton