Skip to content

Commit a269da9

Browse files
Added ImageError handler to error_chain! macro. (#655)
1 parent 5ce7677 commit a269da9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/concurrency/thread/threadpool-fractal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ use image::{ImageBuffer, Pixel, Rgb};
2727
# foreign_links {
2828
# MpscRecv(RecvError);
2929
# Io(std::io::Error);
30+
# Image(image::ImageError);
3031
# }
3132
# }
3233
#

0 commit comments

Comments
 (0)