We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaec12e commit 3d8000aCopy full SHA for 3d8000a
1 file changed
src/app_config.rs
@@ -143,6 +143,7 @@ pub fn load_from_env() -> anyhow::Result<AppConfig> {
143
}
144
145
#[derive(Debug, Deserialize, PartialEq, Clone)]
146
+#[allow(clippy::struct_excessive_bools)]
147
pub struct AppConfig {
148
#[serde(default = "default_database_url")]
149
pub database_url: String,
0 commit comments