Skip to content

Commit 5dfc316

Browse files
Chore: "Cargo doc" removed this warning.
``` warning: unclosed HTML tag `u8` --> plotters-bitmap/src/bitmap.rs:94:95 | 94 | /// When this is used, the bitmap backend will write to a user provided [u8] array (or Vec<u8>) | ^^^^ | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default help: try marking as source code | 94 | /// When this is used, the bitmap backend will write to a user provided [u8] array (or `Vec<u8>`) ```
1 parent 7c1f8ec commit 5dfc316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters-bitmap/src/bitmap.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ impl<'a> BitMapBackend<'a, RGBPixel> {
9191

9292
/// Create a new bitmap backend which only lives in-memory
9393
///
94-
/// When this is used, the bitmap backend will write to a user provided [u8] array (or Vec<u8>)
94+
/// When this is used, the bitmap backend will write to a user provided [u8] array (or `Vec<u8>`)
9595
/// in RGB pixel format.
9696
///
9797
/// Note: This function provides backward compatibility for those code that assumes Plotters

0 commit comments

Comments
 (0)