Update for rustc
This commit is contained in:
parent
1354652147
commit
56cb67989e
|
@ -272,7 +272,7 @@ impl<'a, T> Drop for Buffer<'a, T> where T: Sample {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
)
|
);
|
||||||
|
|
||||||
match conversion.to_format {
|
match conversion.to_format {
|
||||||
SampleFormat::I16 => {
|
SampleFormat::I16 => {
|
||||||
|
|
Loading…
Reference in New Issue