plotters-rs / plotters

A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀
https://plotters-rs.github.io/home/
MIT License
3.89k stars 281 forks source link

Chore: "Cargo doc" removed this warning. #508

Closed martinfrances107 closed 1 year ago

martinfrances107 commented 1 year ago
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>`)
AaronErhardt commented 1 year ago

Thanks!