We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22ba14 commit 85f2412Copy full SHA for 85f2412
src/codecs/jpeg/decoder.rs
@@ -110,8 +110,8 @@ impl<R: BufRead + Seek> ImageDecoder for JpegDecoder<R> {
110
return Err(ImageError::Decoding(DecodingError::new(
111
ImageFormat::Jpeg.into(),
112
format!(
113
- "Length of the decoded data {actual_len}\
114
- doesn't match the advertised dimensions of the image\
+ "Length of the decoded data {actual_len} \
+ doesn't match the advertised dimensions of the image \
115
that imply length {advertised_len}"
116
),
117
)));
0 commit comments