Add warning for invalid start of code blocks in rustdoc#48596
Merged
alexcrichton merged 1 commit intorust-lang:masterfrom Mar 22, 2018
Merged
Add warning for invalid start of code blocks in rustdoc#48596alexcrichton merged 1 commit intorust-lang:masterfrom
alexcrichton merged 1 commit intorust-lang:masterfrom
Conversation
Contributor
|
Code looks good. As to your points:
|
Member
Author
|
It's not referring to the "correct" place. I have some ideas to fix it, shouldn't be long. |
Member
|
Ping from triage @GuillaumeGomez! Is 11 days still not long enough? |
Member
Author
|
Been busy. I'll try to fix the issue when I have time. |
ee2ad41 to
7786f70
Compare
Member
Author
|
Updated. |
Contributor
|
I forget what the code looked like before. Does this fix the "span issue" to your liking? |
Member
Author
|
Yes! :) |
Contributor
|
Works for me! @bors r+ |
Collaborator
|
📌 Commit 7786f70 has been approved by |
kennytm
added a commit
to kennytm/rust
that referenced
this pull request
Mar 21, 2018
…tart, r=QuietMisdreavus Add warning for invalid start of code blocks in rustdoc Follow up of rust-lang#48382. Still two things to consider: 1. Adding test for rustdoc output (but where? In UI or in rustdoc tests?). 2. Try to fix the span issue. r? @QuietMisdreavus
kennytm
added a commit
to kennytm/rust
that referenced
this pull request
Mar 22, 2018
…tart, r=QuietMisdreavus Add warning for invalid start of code blocks in rustdoc Follow up of rust-lang#48382. Still two things to consider: 1. Adding test for rustdoc output (but where? In UI or in rustdoc tests?). 2. Try to fix the span issue. r? @QuietMisdreavus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow up of #48382.
Still two things to consider:
r? @QuietMisdreavus