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

Fix pulldown / markdown warning with current rustc. #87

Merged
merged 1 commit into from Dec 16, 2017

Conversation

@waywardmonkeys
Copy link
Collaborator

waywardmonkeys commented Dec 16, 2017

Due to the #foo syntax in the doc comments, if the # was at the
start of the line, the 2 different markdown implementations were
interpreting that differently, resulting in a new warning when
building the docs.

This changes all occurrences of this syntax, but doesn't address
broader issues of the markdown formatting.


This change is Reviewable

Due to the `#foo` syntax in the doc comments, if the `#` was at the
start of the line, the 2 different markdown implementations were
interpreting that differently, resulting in a new warning when
building the docs.

This changes all occurrences of this syntax, but doesn't address
broader issues of the markdown formatting.
@emilio
Copy link
Member

emilio commented Dec 16, 2017

@bors-servo
Copy link
Contributor

bors-servo commented Dec 16, 2017

📌 Commit cf0c510 has been approved by emilio

@bors-servo
Copy link
Contributor

bors-servo commented Dec 16, 2017

Testing commit cf0c510 with merge ec385a8...

bors-servo added a commit that referenced this pull request Dec 16, 2017
Fix pulldown / markdown warning with current rustc.

Due to the `#foo` syntax in the doc comments, if the `#` was at the
start of the line, the 2 different markdown implementations were
interpreting that differently, resulting in a new warning when
building the docs.

This changes all occurrences of this syntax, but doesn't address
broader issues of the markdown formatting.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-harfbuzz/87)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Dec 16, 2017

☀️ Test successful - status-travis
Approved by: emilio
Pushing ec385a8 to master...

@bors-servo bors-servo merged commit cf0c510 into servo:master Dec 16, 2017
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@waywardmonkeys waywardmonkeys deleted the waywardmonkeys:markdown-pulldown-warning branch Dec 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.