Fix clippy

This commit is contained in:
Chris Tsang 2022-07-11 00:42:42 +08:00
parent 2824d5d598
commit 4aaabacae3

View File

@ -53,8 +53,6 @@ pub async fn run_generate_command(
// //
// Missing scheme will have been caught by the Url::parse() call // Missing scheme will have been caught by the Url::parse() call
// above // above
let url_username = url.username();
let url_host = url.host_str();
let is_sqlite = url.scheme() == "sqlite"; let is_sqlite = url.scheme() == "sqlite";
let tables = match tables { let tables = match tables {