Skip to content

Properly linkify two doc comment xrefs to issues

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