Uh oh!
There was an error while loading. Please reload this page.
lint if a private item has doctests - #55367
Conversation
rust-highfive
commented
Oct 26, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
f74822f to
8efde24CompareGuillaumeGomez
commented
Oct 26, 2018
Ready! |
Uh oh!
There was an error while loading. Please reload this page.
8efde24 to
4e3771bCompareGuillaumeGomez
commented
Nov 1, 2018
@petrochenkov Updated the lint name. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
4e3771b to
8740adbCompareGuillaumeGomez
commented
Nov 4, 2018
Updated. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
8740adb to
18b2cb9CompareGuillaumeGomez
commented
Nov 11, 2018
Updated. |
QuietMisdreavus
left a comment
There was a problem hiding this comment.
Thanks again for writing this up! This looks good to me.
There was a problem hiding this comment.
If we revisit this function, i'd like to replace this bool parameter with an enum that represents which check is occurring. It will make the callsite much easier to understand, IMO.
QuietMisdreavus
commented
Nov 15, 2018
@bors r+ |
bors
commented
Nov 15, 2018
📌 Commit 18b2cb9cca9b0b337a98130d6292938be379708d has been approved by |
bors
commented
Nov 15, 2018
☔ The latest upstream changes (presumably #55974) made this pull request unmergeable. Please resolve the merge conflicts. |
18b2cb9 to
675319eCompareTimNN
commented
Nov 20, 2018
Ping from triage @QuietMisdreavus: It looks like this PR has been rebased and is ready for your review again. |
GuillaumeGomez
commented
Nov 20, 2018
Ah my bad, forgot to re-r+ (didn't change anything so shouldn't require additional review). @bors: r=QuietMisdreavus |
bors
commented
Nov 20, 2018
📌 Commit 675319e has been approved by |
…t-lint, r=QuietMisdreavus lint if a private item has doctests Fixesrust-lang#55333. r? @QuietMisdreavus
Rollup of 11 pull requests Successful merges: - #55367 (lint if a private item has doctests) - #55485 (Return &T / &mut T in ManuallyDrop Deref(Mut) impl) - #55784 (Clarifying documentation for collections::hash_map::Entry::or_insert) - #55961 (Fix VecDeque pretty-printer) - #55980 (Suggest on closure args count mismatching with pipe span) - #56002 (fix#55972: Erroneous self arguments on bare functions emit subpar compilation error) - #56063 (Update any.rs documentation using keyword dyn) - #56067 (Add SGX target to rustc) - #56078 (Fix error message for `-C panic=xxx`.) - #56106 (Remove some incorrect doc comments) - #56126 (core/benches/num: Add `from_str/from_str_radix()` benchmarks) Failed merges: r? @ghost
Fixes#55333.
r? @QuietMisdreavus