Skip to content

Commit 1ba1a37

Browse files
authored
Additional fix for BitMapBackend
Fix misspelled `_phantomdata`.
1 parent 98f9ad3 commit 1ba1a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters-bitmap/src/bitmap.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl<'a> BitMapBackend<'a, RGBPixel> {
8585
size: (w, h),
8686
buffer: Buffer::Owned(vec![0; Self::PIXEL_SIZE * (w * h) as usize]),
8787
saved: false,
88-
_data: PhantomData,
88+
_phantomdata: PhantomData,
8989
})
9090
}
9191

0 commit comments

Comments
 (0)