Commit 17d4b2c
committed
virtio-queue: fix hyperlink in documentation
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 <sgarzare@redhat.com>1 parent c7588be commit 17d4b2c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments