We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6312e commit 92b0a2dCopy full SHA for 92b0a2d
src/mp3_stream_decoder.rs
@@ -1,6 +1,6 @@
1
#![allow(dead_code, unused_variables, unused_mut)]
2
3
-use minimp3_fixed::{Decoder, Frame};
+use minimp3::{Decoder, Frame};
4
use std::io::Read;
5
use std::time::Duration;
6
0 commit comments