Parmaeters are not real, they can't hurt you

This commit is contained in:
Robbert van der Helm
2022-04-24 18:34:40 +02:00
parent 8714310468
commit 9acd312768
16 changed files with 20 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ pub fn derive_params(input: TokenStream) -> TokenStream {
// We only care about fields with `id`, `persist`, and `nested` attributes. For the `id` fields
// we'll build a mapping function that creates a hashmap containing pointers to those
// parmaeters. For the `persist` function we'll create functions that serialize and deserialize
// parameters. For the `persist` function we'll create functions that serialize and deserialize
// those fields individually (so they can be added and removed independently of eachother) using
// JSON. The `nested` fields should also implement the `Params` trait and their fields will be
// inherited and added to this field's lists.