From 150d71cae770598ade7e09419150f1218e961128 Mon Sep 17 00:00:00 2001 From: Corey Richardson Date: Sun, 24 Sep 2017 09:18:26 -0400 Subject: Fix more style things All reported by clippy. Mostly stuff like unnecessary lifetimes or references. --- src/synth/param.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/synth/param.rs') diff --git a/src/synth/param.rs b/src/synth/param.rs index 859f789..b020574 100644 --- a/src/synth/param.rs +++ b/src/synth/param.rs @@ -12,7 +12,7 @@ impl Generator for Param { self.buf.set(*params.vars.get(&self.name).unwrap_or(&self.default)); &self.buf } - fn buffer<'a>(&'a self) -> &'a SampleBuffer { &self.buf } + fn buffer(&self) -> &SampleBuffer { &self.buf } fn set_buffer(&mut self, buf: SampleBuffer) -> SampleBuffer { mem::replace(&mut self.buf, buf) } -- cgit v1.2.3-70-g09d2