Fix some clippy warnings

This commit is contained in:
gwenn
2019-10-13 13:08:33 +02:00
parent 2d75411e44
commit 0cf9ef8514
4 changed files with 10 additions and 10 deletions

View File

@@ -235,7 +235,7 @@ impl VTab for CSVTab {
schema = Some(sql);
}
Ok((schema.unwrap().to_owned(), vtab))
Ok((schema.unwrap(), vtab))
}
// Only a forward full table scan is supported.