servo / rust-url

URL parser for Rust
https://docs.rs/url/
Apache License 2.0
1.27k stars 317 forks source link

Add `--generate-link-to-definition` option when building on docs.rs #858

Closed GuillaumeGomez closed 11 months ago

GuillaumeGomez commented 11 months ago

This option generates links in source code pages, allowing to jump to definition and to jump back to doc. It makes browsing the source code pages much nicer. You can see it in action here.

codecov[bot] commented 11 months ago

Codecov Report

Patch coverage has no change and project coverage change: +0.08 :tada:

Comparison is base (b228574) 82.05% compared to head (983e5a4) 82.13%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #858 +/- ## ========================================== + Coverage 82.05% 82.13% +0.08% ========================================== Files 20 20 Lines 3365 3369 +4 ========================================== + Hits 2761 2767 +6 + Misses 604 602 -2 ``` [see 7 files with indirect coverage changes](https://app.codecov.io/gh/servo/rust-url/pull/858/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=servo)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.