Make set_get! macro usable with types module

This commit is contained in:
5ohue
2024-05-11 12:59:39 +03:00
parent 64bd81acd2
commit 48e0452e74
3 changed files with 8 additions and 60 deletions

View File

@ -422,7 +422,7 @@ fn test_image_compose() {
START.call_once(|| {
magick_wand_genesis();
});
let wand = MagickWand::new();
let mut wand = MagickWand::new();
wand.new_image(4, 4, &PixelWand::new()).unwrap();
let operators = [