Fix clippy warnings

This commit is contained in:
gwenn
2020-02-09 11:48:08 +01:00
parent 05e87b8d8d
commit 922228f604
6 changed files with 0 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
//! CSV Virtual Table.
//!
//! Port of [csv](http://www.sqlite.org/cgi/src/finfo?name=ext/misc/csv.c) C extension.
use csv;
use std::fs::File;
use std::os::raw::c_int;
use std::path::Path;