You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new `cargo doc` pipeline in the CI highlighted the following issue:
warning: this URL is not a hyperlink
--> virtio-queue/src/desc/mod.rs:16:5
|
16 | /// https://docs.oasis-open.org/virtio/virtio/v1.3/csd01/virtio-v1.3-csd01.html#x1-720008
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: bare URLs are not automatically turned into clickable links
= note: `#[warn(rustdoc::bare_urls)]` on by default
help: use an automatic link instead
|
16 | /// <https://docs.oasis-open.org/virtio/virtio/v1.3/csd01/virtio-v1.3-csd01.html#x1-720008>
| + +
warning: `virtio-queue` (lib doc) generated 1 warning (run `cargo fix --lib -p virtio-queue` to apply 1 suggestion)
Signed-off-by: Stefano Garzarella <[email protected]>
0 commit comments