Skip to content

Commit

Permalink
Added ImageError handler to error_chain! macro. (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge-Gonzalez authored Nov 27, 2024
1 parent 5ce7677 commit a269da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/concurrency/thread/threadpool-fractal.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ use image::{ImageBuffer, Pixel, Rgb};
# foreign_links {
# MpscRecv(RecvError);
# Io(std::io::Error);
# Image(image::ImageError);
# }
# }
#
Expand Down

0 comments on commit a269da9

Please sign in to comment.