chore: linting

This commit is contained in:
Aravinth Manivannan
2023-07-02 21:51:24 +05:30
parent 1b05cdc391
commit 1e0aedad61
8 changed files with 20 additions and 20 deletions

View File

@@ -19,7 +19,7 @@ use std::{env, fs};
use config::{Config, ConfigError, Environment, File};
use derive_more::Display;
use log::{debug, warn};
use serde::{Deserialize, Serialize};
use url::Url;
@@ -191,7 +191,7 @@ impl Settings {
.unwrap();
log::info!("Overriding [database].url and [database].database_type with environment variable");
}
Err(e) => {
Err(_e) => {
set_database_url(&mut s);
}
}