Skip to content

Commit

Permalink
fix(virtio-spec): rustdoc::broken_intra_doc_links
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Jun 10, 2024
1 parent 7371705 commit bae7b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtio-spec/src/pci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ pub enum CapCfgType {
///
/// The common configuration structure is found at the bar and offset within the [`VIRTIO_PCI_CAP_COMMON_CFG`] capability.
///
/// [`VIRTIO_PCI_CAP_COMMON_CFG`]: Cap::CommonCfg
/// [`VIRTIO_PCI_CAP_COMMON_CFG`]: CapCfgType::Common
#[doc(alias = "virtio_pci_common_cfg")]
#[cfg_attr(
feature = "zerocopy",
Expand Down

0 comments on commit bae7b2e

Please sign in to comment.