Skip to content

Commit 3d5306c

Browse files
author
Rickard Lundin
committed
clippy
1 parent b3aded7 commit 3d5306c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/cli.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ use log::info;
3333
#[cfg(feature = "rayon")]
3434
use parquet::arrow::ArrowWriter;
3535

36-
use arrow::datatypes::SchemaRef;
37-
use atomic_counter::ConsistentCounter;
3836
#[cfg(feature = "rayon")]
3937
use std::fs;
4038
#[cfg(feature = "rayon")]
@@ -49,7 +47,6 @@ use crate::chunked::residual_slicer::ResidualSlicer;
4947
use crate::chunked::self_converter::SampleSliceAggregator;
5048
#[cfg(feature = "rayon")]
5149
use crate::chunked::{find_last_nl, line_break_len_cr, Converter as ChunkedConverter, Slicer};
52-
use crate::cli;
5350
use crate::converter::Converter;
5451
use crate::error::Result;
5552
use crate::mocker::Mocker;

0 commit comments

Comments
 (0)