forked from Proxmox/proxmox
ec3e8e05e4
Fixes: warning: unresolved link to `seccfg` --> proxmox-section-config/src/typed.rs:18:71 | 18 | /// If the [`SectionConfig`] returned by the [`section_config()`][seccfg] method includes the | ^^^^^^ no item named `seccfg` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default warning: unresolved link to `seccfg` --> proxmox-section-config/src/typed.rs:22:10 | 22 | /// [seccfg] ApiSectionDataEntry::section_config() | ^^^^^^ no item named `seccfg` in scope | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>