Fix clippy
This commit is contained in:
parent
2824d5d598
commit
4aaabacae3
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user