Commit 5dfc316
committed
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments