refactor(storage): add redis structs to storage impls (#1910)

This commit is contained in:
Sampras Lopes
2023-08-11 12:50:38 +05:30
committed by GitHub
parent 4311f2ce5e
commit 3e269663c3
9 changed files with 306 additions and 133 deletions

View File

@ -56,7 +56,7 @@ pub fn polymorphic_macro_derive_inner(
all_fields
.entry(field_without_attributes.to_owned())
.or_insert(vec![])
.or_default()
.push(attribute.to_owned().to_owned());
});