mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
enable struct_excessive_bools lint
And ignore it in the one place it fires, I know.
This commit is contained in:
parent
75358340bb
commit
8ef278d358
2 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ mod proxy;
|
|||
|
||||
use self::proxy::ProxyConfig;
|
||||
|
||||
#[allow(clippy::struct_excessive_bools)]
|
||||
#[derive(Clone, Debug, Deserialize)]
|
||||
pub(crate) struct Config {
|
||||
#[serde(default = "default_address")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue