Skip to content
Snippets Groups Projects

Properly linkify two doc comment xrefs to issues

Merged Ian Jackson requested to merge Diziet/arti:fix-links into main

Fixes these messages:

warning: this URL is not a hyperlink --> crates/arti/src/watch_cfg.rs:115:5 | 115 | /// https://github.com/notify-rs/notify/issues/165 and | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: <https://github.com/notify-rs/notify/issues/165> | = note: #[warn(rustdoc::bare_urls)] on by default = note: bare URLs are not automatically turned into clickable links

warning: this URL is not a hyperlink --> crates/arti/src/watch_cfg.rs:116:5 | 116 | /// https://github.com/notify-rs/notify/pull/166 . | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: <https://github.com/notify-rs/notify/pull/166> | = note: bare URLs are not automatically turned into clickable links

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading