mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2024-12-22 13:34:16 +03:00
f1fabbe899
Fixes: ``` warning: redundant explicit link target --> src/tools/mod.rs:47:42 | 47 | /// Returns a new instance of [`Client`](proxmox_http::client::Client) configured for PBS usage. | -------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant | | | because label contains path that resolves to same destination | = note: when a link's destination is not specified, the label is used to resolve intra-doc links = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default help: remove explicit link target | 47 | /// Returns a new instance of [`Client`] configured for PBS usage. | ~~~~~~~~~~ ``` Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |