-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Remove hamburger button from source code page #60489
Conversation
@pietroalbini: However, highfive isn't called in here whereas it should. Maybe the condition is too specific? I'll take a look! |
You probably made highfive crash with |
Ah? Do you have a log so I can prevent it? :) |
The problem is that GitHub returns a 422 status code when you try to assign someone who's not an org member in an issue/PR, so an exception is thrown. There is no way for us to assign those people, so the only thing we could do is gracefully handle that. Note that this behavior is also abused for |
Hmmm... Not convenient! Well, let's edit the first comment and re-open the PR then! :D |
Oooh, highfive doesn't listen for the reopened event. |
Ok, next PR then! XD |
@bors r+ rollup |
📌 Commit 2e20da5 has been approved by |
…QuietMisdreavus Remove hamburger button from source code page Fixes rust-lang#60483. Screenshot: <img width="575" alt="Screenshot 2019-05-03 at 00 12 51" src="https://user-images.githubusercontent.com/3050060/57110298-61ec8f00-6d38-11e9-85fd-d13be94b9c52.png"> cc @rust-lang/rustdoc
Rollup of 5 pull requests Successful merges: - #60489 (Remove hamburger button from source code page) - #60535 (Correct handling of arguments in async fn) - #60579 (Rename `ParamTy::idx` to `ParamTy::index`) - #60583 (Fix parsing issue with negative literals as const generic arguments) - #60609 (Be a bit more explicit asserting over the vec rather than the len) Failed merges: r? @ghost
☔ The latest upstream changes (presumably #60612) made this pull request unmergeable. Please resolve the merge conflicts. |
Fixes #60483.
Screenshot:
cc @rust-lang/rustdoc