clippy work
This commit is contained in:
@@ -430,3 +430,9 @@ impl AssemblyBuffer {
|
||||
Ok(NetworkResult::value(()))
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for AssemblyBuffer {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user