You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
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>`)
```
0 commit comments