proxmox/proxmox-serde
Maximiliano Sandoval c8352531e4 serde: docs: escape html tags
Fixes the cargo docs warning:

warning: unclosed HTML tag `u8`
  --> proxmox-serde/src/lib.rs:55:18
   |
55 | /// Serialize Vec<u8> as base64 encoded string.
   |                  ^^^^
   |
   = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
help: try marking as source code
   |
55 | /// Serialize `Vec<u8>` as base64 encoded string.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
Reviewed-by: Lukas Wagner <l.wagner@proxmox.com>
2024-08-07 20:58:04 +02:00
..
debian serde: bump to 0.1.2 2024-06-20 13:55:39 +02:00
src serde: docs: escape html tags 2024-08-07 20:58:04 +02:00
Cargo.toml serde: bump to 0.1.2 2024-06-20 13:55:39 +02:00