mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +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;
|
use proxy::ProxyConfig;
|
||||||
|
|
||||||
#[allow(clippy::struct_excessive_bools)]
|
#[allow(clippy::struct_excessive_bools)]
|
||||||
#[derive(Clone, Debug, Deserialize)]
|
#[derive(Debug, Deserialize)]
|
||||||
pub(crate) struct Config {
|
pub(crate) struct Config {
|
||||||
#[serde(default = "false_fn")]
|
#[serde(default = "false_fn")]
|
||||||
pub(crate) conduit_compat: bool,
|
pub(crate) conduit_compat: bool,
|
||||||
|
|
@ -89,7 +89,7 @@ pub(crate) struct Config {
|
||||||
pub(crate) catchall: BTreeMap<String, IgnoredAny>,
|
pub(crate) catchall: BTreeMap<String, IgnoredAny>,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Clone, Debug, Deserialize)]
|
#[derive(Debug, Deserialize)]
|
||||||
pub(crate) struct TlsConfig {
|
pub(crate) struct TlsConfig {
|
||||||
pub(crate) certs: String,
|
pub(crate) certs: String,
|
||||||
pub(crate) key: String,
|
pub(crate) key: String,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue