Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed Aug 21, 2024
1 parent 90a5f4b commit dbeec63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3033,7 +3033,7 @@ fn fixed_test() {
/// # Returns
/// * A tuple of the decoded samples, sample rate and number of channels
///
fn decode_with_symphonia<'a>(data: &'static [u8]) -> (Vec<f32>, u32, usize) {
fn decode_with_symphonia(data: &'static [u8]) -> (Vec<f32>, u32, usize) {
use std::io::Cursor;
use symphonia::core::audio::SampleBuffer;
use symphonia::core::codecs::DecoderOptions;
Expand Down

0 comments on commit dbeec63

Please sign in to comment.