We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f9ad3 commit 1ba1a37Copy full SHA for 1ba1a37
plotters-bitmap/src/bitmap.rs
@@ -85,7 +85,7 @@ impl<'a> BitMapBackend<'a, RGBPixel> {
85
size: (w, h),
86
buffer: Buffer::Owned(vec![0; Self::PIXEL_SIZE * (w * h) as usize]),
87
saved: false,
88
- _data: PhantomData,
+ _phantomdata: PhantomData,
89
})
90
}
91
0 commit comments