diff options
Diffstat (limited to 'src/layout/image.rs')
| -rw-r--r-- | src/layout/image.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layout/image.rs b/src/layout/image.rs index 0220da3e..94f57167 100644 --- a/src/layout/image.rs +++ b/src/layout/image.rs @@ -4,6 +4,7 @@ use crate::image::ImageId; use ::image::GenericImageView; /// An image node. +#[derive(Debug)] #[cfg_attr(feature = "layout-cache", derive(Hash))] pub struct ImageNode { /// The id of the image file. |
