We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa75313 + 67399c9 commit a24c005Copy full SHA for a24c005
src/decoder/mod.rs
@@ -780,7 +780,6 @@ impl fmt::Display for DecoderError {
780
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
781
let text = match self {
782
DecoderError::UnrecognizedFormat => "Unrecognized format",
783
- #[cfg(feature = "symphonia")]
784
DecoderError::IoError(msg) => &msg[..],
785
#[cfg(feature = "symphonia")]
786
DecoderError::DecodeError(msg) => msg,
0 commit comments