-
Notifications
You must be signed in to change notification settings - Fork 13k
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 rustdoc pathes search #50432
Fix rustdoc pathes search #50432
Conversation
I'm confused why you added the Also, now that #50302 is merged, can you rebase to filter that commit out of this PR? |
ebb75ae
to
2bfbe55
Compare
Good catch! I now use it in the pinbox test. :) |
Note to self when the new |
Okay, after a bit of a chat to piece together what's going on, i'm okay with this. The key takeaway is that the conditional being changed was being used to short-circuit any query which matched the input, regardless of whether it was part of a longer path. The added conditional makes it so that this branch only gets hit on queries that don't have a @bors r+ rollup |
📌 Commit 2bfbe55 has been approved by |
@bors r-
|
2bfbe55
to
2c91b49
Compare
Fixed. |
Since the travis builder doesn't have node, we won't know whether this works until bors gets its hands on it. @bors r+ rollup- |
📌 Commit 2c91b49 has been approved by |
…reavus Fix rustdoc pathes search Fixes #50086. Depends on #50302. r? @QuietMisdreavus
☀️ Test successful - status-appveyor, status-travis |
Fixes #50086.
Depends on #50302.
r? @QuietMisdreavus