Fix clippy warnings
This commit is contained in:
@@ -31,8 +31,8 @@ pub fn write_env_files(db_config: &DBConfigInfoType) {
|
||||
|
||||
let api_env_file = EnvFile {
|
||||
file_type: env::EnvFileType::Yaml,
|
||||
db_type: db_type,
|
||||
db_url: db_url,
|
||||
db_type,
|
||||
db_url,
|
||||
};
|
||||
|
||||
let mut db_env_file = api_env_file.clone();
|
||||
|
||||
Reference in New Issue
Block a user