Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upoverhaul unused doc comments lint #57882
Conversation
rust-highfive
assigned
michaelwoerister
Jan 24, 2019
This comment has been minimized.
This comment has been minimized.
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
added
the
S-waiting-on-review
label
Jan 24, 2019
This comment has been minimized.
This comment has been minimized.
r? @estebank |
rust-highfive
assigned
estebank
and unassigned
michaelwoerister
Jan 25, 2019
This comment has been minimized.
This comment has been minimized.
@bors r+ |
This comment has been minimized.
This comment has been minimized.
|
bors
added
S-waiting-on-bors
and removed
S-waiting-on-review
labels
Jan 25, 2019
added a commit
to Centril/rust
that referenced
this pull request
Jan 26, 2019
added a commit
to Centril/rust
that referenced
this pull request
Jan 26, 2019
added a commit
that referenced
this pull request
Jan 26, 2019
This comment has been minimized.
This comment has been minimized.
|
bors
added
S-waiting-on-author
and removed
S-waiting-on-bors
labels
Jan 26, 2019
This comment has been minimized.
This comment has been minimized.
This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
euclio
force-pushed the
euclio:unused-doc-attributes
branch
from
871e460
to
75d30fd
Jan 27, 2019
This comment has been minimized.
This comment has been minimized.
@estebank Rebased. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
added a commit
that referenced
this pull request
Jan 27, 2019
This comment has been minimized.
This comment has been minimized.
|
euclio
force-pushed the
euclio:unused-doc-attributes
branch
from
75d30fd
to
930c6c8
Jan 31, 2019
This comment has been minimized.
This comment has been minimized.
@estebank rebased. Did we ever get a crater run going for this? |
This comment has been minimized.
This comment has been minimized.
|
euclio
added some commits
Jan 23, 2019
euclio
force-pushed the
euclio:unused-doc-attributes
branch
from
930c6c8
to
1b5f2c7
Feb 11, 2019
This comment has been minimized.
This comment has been minimized.
@estebank Rebased. |
This comment has been minimized.
This comment has been minimized.
No we didn't, sorry about that, but the prior try run should be representative enough that we don't need to run it again. @craterbot run start=master#da6ab956e1002517803ecd38b904504a1223274b end=try#58c1b81ef6055246e8b6467f767b2e3c1ce4403b |
This comment has been minimized.
This comment has been minimized.
|
craterbot
added
S-waiting-on-crater
and removed
S-waiting-on-author
labels
Feb 11, 2019
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
|
craterbot
added
S-waiting-on-review
and removed
S-waiting-on-crater
labels
Feb 15, 2019
This comment has been minimized.
This comment has been minimized.
The breakage is remarkably small. @euclio would you mind contacting the crates that are confirmed to be broken by this (like carboxyl and biscuit) with either tickets or PRs nudging them in the right direction before we merge? |
This comment has been minimized.
This comment has been minimized.
Sure thing. |
euclio commentedJan 24, 2019
This PR contains a number of improvements to the
unused_doc_comments
lint.Furthermore, this PR fixes any instances in rustc where a macro expansion was erroneously documented.