Skip to content

Commit 6886af8

Browse files
committed
try to fix clippy
1 parent e26dda5 commit 6886af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
//! DataFusion's async runtime. To ensure complete results:
3232
//! - Add ORDER BY to aggregation queries, or
3333
//! - Use `SessionConfig().with_target_partitions(1)` for single-threaded execution
34-
//! TODO(#106): Implenet proper parallelism and partition handling.
34+
//! TODO(#106): Implenet proper parallelism and partition handling.
3535
3636
use std::ffi::CString;
3737
use std::fmt::Debug;

0 commit comments

Comments
 (0)