mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Fix typo in proc macro
This commit is contained in:
@@ -237,7 +237,7 @@ pub fn derive_params(input: TokenStream) -> TokenStream {
|
||||
|
||||
let nested_fields: &[&dyn Params] = &[#(&self.#nested_fields_idents),*];
|
||||
for nested_params in nested_fields {
|
||||
unsafe { serialized.extend(Pin::new_unchecked(*nested_params).serialized_fields()) };
|
||||
unsafe { serialized.extend(Pin::new_unchecked(*nested_params).serialize_fields()) };
|
||||
}
|
||||
|
||||
serialized
|
||||
|
||||
Reference in New Issue
Block a user