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 markdown warnings in current rust. #251

Merged
merged 1 commit into from Dec 14, 2017

Conversation

@waywardmonkeys
Copy link
Contributor

waywardmonkeys commented Dec 14, 2017

This fixes these warnings:

WARNING: documentation for this crate may be rendered differently using the new Pulldown renderer.
    See https://github.com/rust-lang/rust/issues/44229 for details.
WARNING: rendering difference in `Returns true if this transform can be represented  ...  a TypedTransform2D.`
   --> /Users/bruce/.cargo/registry/src/github.com-1ecc6299db9ec823/euclid-0.16.0/src/transform3d.rs:160:4
    /html[0]/body[1]/p[1] Text differs:
        expected: `See https://drafts.csswg.org/css-transforms/#2d-transform`
        found:    `See`
WARNING: rendering difference in `Returns true if this transform can be represented  ...  a TypedTransform2D.`
   --> /Users/bruce/.cargo/registry/src/github.com-1ecc6299db9ec823/euclid-0.16.0/src/transform3d.rs:160:4
    /html[0]/body[1]/p[1] Unexpected element `a`: found: `<a href="https://drafts.csswg.org/css-transforms/# ... ms/#2d-transform</a>`
WARNING: rendering difference in `Create a 2d skew transform.`
   --> /Users/bruce/.cargo/registry/src/github.com-1ecc6299db9ec823/euclid-0.16.0/src/transform3d.rs:564:4
    /html[0]/body[1]/p[1] Text differs:
        expected: `See https://drafts.csswg.org/css-transforms/#funcdef-skew`
        found:    `See`
WARNING: rendering difference in `Create a 2d skew transform.`
   --> /Users/bruce/.cargo/registry/src/github.com-1ecc6299db9ec823/euclid-0.16.0/src/transform3d.rs:564:4
    /html[0]/body[1]/p[1] Unexpected element `a`: found: `<a href="https://drafts.csswg.org/css-transforms/# ... ms/#funcdef-skew</a>`

This change is Reviewable

@kvark
kvark approved these changes Dec 14, 2017
@kvark
Copy link
Member

kvark commented Dec 14, 2017

thanks!
@bors-servo r+

@bors-servo
Copy link
Contributor

bors-servo commented Dec 14, 2017

📌 Commit c0fb278 has been approved by kvark

@bors-servo
Copy link
Contributor

bors-servo commented Dec 14, 2017

Testing commit c0fb278 with merge 0b38a62...

bors-servo added a commit that referenced this pull request Dec 14, 2017
Fix markdown warnings in current rust.

This fixes these warnings:

```
WARNING: documentation for this crate may be rendered differently using the new Pulldown renderer.
    See rust-lang/rust#44229 for details.
WARNING: rendering difference in `Returns true if this transform can be represented  ...  a TypedTransform2D.`
   --> /Users/bruce/.cargo/registry/src/github.com-1ecc6299db9ec823/euclid-0.16.0/src/transform3d.rs:160:4
    /html[0]/body[1]/p[1] Text differs:
        expected: `See https://drafts.csswg.org/css-transforms/#2d-transform`
        found:    `See`
WARNING: rendering difference in `Returns true if this transform can be represented  ...  a TypedTransform2D.`
   --> /Users/bruce/.cargo/registry/src/github.com-1ecc6299db9ec823/euclid-0.16.0/src/transform3d.rs:160:4
    /html[0]/body[1]/p[1] Unexpected element `a`: found: `<a href="https://drafts.csswg.org/css-transforms/# ... ms/#2d-transform</a>`
WARNING: rendering difference in `Create a 2d skew transform.`
   --> /Users/bruce/.cargo/registry/src/github.com-1ecc6299db9ec823/euclid-0.16.0/src/transform3d.rs:564:4
    /html[0]/body[1]/p[1] Text differs:
        expected: `See https://drafts.csswg.org/css-transforms/#funcdef-skew`
        found:    `See`
WARNING: rendering difference in `Create a 2d skew transform.`
   --> /Users/bruce/.cargo/registry/src/github.com-1ecc6299db9ec823/euclid-0.16.0/src/transform3d.rs:564:4
    /html[0]/body[1]/p[1] Unexpected element `a`: found: `<a href="https://drafts.csswg.org/css-transforms/# ... ms/#funcdef-skew</a>`
```

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

bors-servo commented Dec 14, 2017

☀️ Test successful - status-travis
Approved by: kvark
Pushing 0b38a62 to master...

@bors-servo bors-servo merged commit c0fb278 into servo:master Dec 14, 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-fixes branch Dec 16, 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.