Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed May 31, 2023
1 parent fe8b82d commit b9535e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/core/src/physical_plan/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl RecordBatchReceiverStreamBuilder {
/// retrieved from `Self::tx`
pub fn spawn_blocking<F>(&mut self, f: F)
where
F: FnOnce() -> (),
F: FnOnce(),
F: Send + 'static,
{
self.join_set.spawn_blocking(f);
Expand Down

0 comments on commit b9535e7

Please sign in to comment.