Skip to content

Commit 92b0a2d

Browse files
committed
Test
1 parent ec6312e commit 92b0a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mp3_stream_decoder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![allow(dead_code, unused_variables, unused_mut)]
22

3-
use minimp3_fixed::{Decoder, Frame};
3+
use minimp3::{Decoder, Frame};
44
use std::io::Read;
55
use std::time::Duration;
66

0 commit comments

Comments
 (0)