Skip to content

Commit 3d8000a

Browse files
committed
silence clippy
1 parent eaec12e commit 3d8000a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app_config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ pub fn load_from_env() -> anyhow::Result<AppConfig> {
143143
}
144144

145145
#[derive(Debug, Deserialize, PartialEq, Clone)]
146+
#[allow(clippy::struct_excessive_bools)]
146147
pub struct AppConfig {
147148
#[serde(default = "default_database_url")]
148149
pub database_url: String,

0 commit comments

Comments
 (0)