From 4aaabacae3e0b42c5d7cd83d248059dcb40a2acb Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 11 Jul 2022 00:42:42 +0800 Subject: [PATCH] Fix clippy --- sea-orm-cli/src/commands.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/sea-orm-cli/src/commands.rs b/sea-orm-cli/src/commands.rs index 1da27344..5b393645 100644 --- a/sea-orm-cli/src/commands.rs +++ b/sea-orm-cli/src/commands.rs @@ -53,8 +53,6 @@ pub async fn run_generate_command( // // Missing scheme will have been caught by the Url::parse() call // above - let url_username = url.username(); - let url_host = url.host_str(); let is_sqlite = url.scheme() == "sqlite"; let tables = match tables {