mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 17:00:44 +00:00
clippy: Remove unnecessary use of return
This commit is contained in:
@@ -269,7 +269,7 @@ impl<R: Read + Seek> WaveReader<R> {
|
||||
|
||||
/// Unwrap the inner reader.
|
||||
pub fn into_inner(self) -> R {
|
||||
return self.inner;
|
||||
self.inner
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user