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 lib.rs link format #183

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

antonio-sc66
Copy link
Contributor

Fix wrong links format.

Currently, when performing: cargo doc, the next warnings are raised:

warning: this URL is not a hyperlink
   --> src/lib.rs:322:35
    |
322 | /// V1 maximum size is 263 bytes: https://mavlink.io/en/guide/serialization.html
    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://mavlink.io/en/guide/serialization.html>`
    |
    = note: bare URLs are not automatically turned into clickable links
    = note: `#[warn(rustdoc::bare_urls)]` on by default

warning: this URL is not a hyperlink
   --> src/lib.rs:508:35
    |
508 | /// V2 maximum size is 280 bytes: https://mavlink.io/en/guide/serialization.html
    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://mavlink.io/en/guide/serialization.html>`
    |
    = note: bare URLs are not automatically turned into clickable links

@patrickelectric
Copy link
Member

@antonio-sc66 can you squash the commits ?

Fix wrong links formatting
@antonio-sc66
Copy link
Contributor Author

It's squashed now

Copy link
Member

@patrickelectric patrickelectric left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@patrickelectric patrickelectric merged commit b81a2a0 into mavlink:master Jul 12, 2023
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants