Skip to content

Commit cd41e02

Browse files
misc: fix lint in StageExec
1 parent 3373502 commit cd41e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/execution_plans/stage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ pub fn display_plan(
530530
plan: &Arc<dyn ExecutionPlan>,
531531
partition_group: &[usize],
532532
stage_num: usize,
533-
distributed: bool,
533+
_distributed: bool,
534534
) -> Result<String> {
535535
// draw all plans
536536
// we need to label the nodes including depth to uniquely identify them within this task

0 commit comments

Comments
 (0)