mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-01 14:28:55 +08:00
Fix clippy warnings
This commit is contained in:
@@ -212,7 +212,7 @@ unsafe impl<'vtab> VTab<'vtab> for CsvTab {
|
||||
if n_col.is_none() && schema.is_none() {
|
||||
cols = headers
|
||||
.into_iter()
|
||||
.map(|header| escape_double_quote(&header).into_owned())
|
||||
.map(|header| escape_double_quote(header).into_owned())
|
||||
.collect();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user