stop this one from complaining
This commit is contained in:
parent
50a8249e3a
commit
56f85470ff
|
@ -5,7 +5,7 @@ pub mod image {
|
|||
use crate::Image;
|
||||
|
||||
#[inline]
|
||||
pub(crate) fn chequers_1() -> Image {
|
||||
pub fn chequers_1() -> Image {
|
||||
Image {
|
||||
pixels: vec![
|
||||
1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1,
|
||||
|
|
Loading…
Reference in New Issue