From 56cb67989e48b309ad979be02f9c7595f74230e9 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 20 Dec 2014 18:55:44 +0100 Subject: [PATCH] Update for rustc --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 42a48ca..b760ea6 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -272,7 +272,7 @@ impl<'a, T> Drop for Buffer<'a, T> where T: Sample { } } }) - ) + ); match conversion.to_format { SampleFormat::I16 => {