clippy

Piotr Osiewicz created

Change summary

crates/project/src/project_search.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

crates/project/src/project_search.rs 🔗

@@ -260,8 +260,8 @@ impl Search {
         .await;
     }
 
-    async fn grab_buffer_snapshots<'a>(
-        &'a self,
+    async fn grab_buffer_snapshots(
+        &self,
         rx: Receiver<Entity<Buffer>>,
         find_all_matches_tx: Sender<(Entity<Buffer>, BufferSnapshot)>,
         mut cx: AsyncApp,