mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
remove unused Clone derives
This commit is contained in:
parent
0643a3f081
commit
b34e001997
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ mod proxy;
|
|||
use proxy::ProxyConfig;
|
||||
|
||||
#[allow(clippy::struct_excessive_bools)]
|
||||
#[derive(Clone, Debug, Deserialize)]
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub(crate) struct Config {
|
||||
#[serde(default = "false_fn")]
|
||||
pub(crate) conduit_compat: bool,
|
||||
|
|
@ -89,7 +89,7 @@ pub(crate) struct Config {
|
|||
pub(crate) catchall: BTreeMap<String, IgnoredAny>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Deserialize)]
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub(crate) struct TlsConfig {
|
||||
pub(crate) certs: String,
|
||||
pub(crate) key: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue