Skip to content

Commit f0366d3

Browse files
committed
removed unused lifetime in batch_executor.rs
1 parent 6c0ea7e commit f0366d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aerospike-core/src/batch/batch_executor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ impl BatchExecutor {
3535
BatchExecutor { cluster }
3636
}
3737

38-
pub async fn execute_batch_read<'a>(
38+
pub async fn execute_batch_read(
3939
&self,
4040
policy: &BatchPolicy,
4141
batch_reads: Vec<BatchRead>,

0 commit comments

Comments
 (0)