Fixed most recent nightly clippy warnings (#817)
* Fixed most recent nightly clippy warnings * Missing wasm32 changes
This commit is contained in:
committed by
GitHub
parent
673e13ec57
commit
0f7280c227
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user