about summary refs log tree commit diff
path: root/src/media/storage
diff options
context:
space:
mode:
Diffstat (limited to 'src/media/storage')
-rw-r--r--src/media/storage/file.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/media/storage/file.rs b/src/media/storage/file.rs
index e432945..4cd0ece 100644
--- a/src/media/storage/file.rs
+++ b/src/media/storage/file.rs
@@ -133,6 +133,7 @@ impl MediaStore for FileStore {
     }
 
     #[tracing::instrument(skip(self))]
+    #[allow(clippy::type_complexity)]
     async fn read_streaming(
         &self,
         domain: &str,