Skip to content

Commit

Permalink
Merge pull request #508 from martinfrances107/cargo_doc
Browse files Browse the repository at this point in the history
Chore: "Cargo doc" removed this warning.
  • Loading branch information
AaronErhardt authored Oct 17, 2023
2 parents 7c1f8ec + 5dfc316 commit 4323ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotters-bitmap/src/bitmap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ impl<'a> BitMapBackend<'a, RGBPixel> {

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

0 comments on commit 4323ec2

Please sign in to comment.