Skip to content
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

Simplify doc comment lexing #59700

Merged
merged 1 commit into from
Apr 20, 2019
Merged

Simplify doc comment lexing #59700

merged 1 commit into from
Apr 20, 2019

Conversation

matklad
Copy link
Member

@matklad matklad commented Apr 4, 2019

is_doc_comment function checks the first four chars, but this is
redundant, doc_comment local var has the same info.

is_doc_comment function checks the first four chars, but this is
redundant, `doc_comment` local var has the same info.
@rust-highfive
Copy link
Collaborator

r? @eddyb

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 4, 2019
@eddyb
Copy link
Member

eddyb commented Apr 20, 2019

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Apr 20, 2019

📌 Commit 606e0af has been approved by eddyb

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Apr 20, 2019
@bors
Copy link
Contributor

bors commented Apr 20, 2019

⌛ Testing commit 606e0af with merge 4530c52...

bors added a commit that referenced this pull request Apr 20, 2019
Simplify doc comment lexing

is_doc_comment function checks the first four chars, but this is
redundant, `doc_comment` local var has the same info.
@bors
Copy link
Contributor

bors commented Apr 20, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: eddyb
Pushing 4530c52 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Apr 20, 2019
@bors bors merged commit 606e0af into rust-lang:master Apr 20, 2019
@matklad matklad deleted the simplify branch July 9, 2019 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants