Fixed most recent nightly clippy warnings (#817)

* Fixed most recent nightly clippy warnings

* Missing wasm32 changes
This commit is contained in:
Jędrzej Stuczyński
2021-10-15 08:57:16 +01:00
committed by GitHub
parent 673e13ec57
commit 0f7280c227
9 changed files with 46 additions and 76 deletions
+1 -7
View File
@@ -391,16 +391,10 @@ impl Default for MixNode {
}
}
#[derive(Debug, Deserialize, PartialEq, Serialize)]
#[derive(Debug, Default, Deserialize, PartialEq, Serialize)]
#[serde(deny_unknown_fields)]
pub struct Logging {}
impl Default for Logging {
fn default() -> Self {
Logging {}
}
}
#[derive(Debug, Deserialize, PartialEq, Serialize)]
#[serde(deny_unknown_fields)]
pub struct Verloc {