mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
$ cargo doc ... warning: unclosed HTML tag `u8` --> pvebc/src/ebc_utils.rs:25:43 | 25 | /// Read all data from a reader into a Vec<u8> | ^^^^ | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default help: try marking as source code | 25 | /// Read all data from a reader into a `Vec<u8>` | + + Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Marc Hartmayer <marc@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>