1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-07-06 02:12:55 +00:00

refactor: rename method and property

This commit is contained in:
2024-12-14 13:46:11 +01:00
parent 55cc9eeb29
commit 3445c3db3e
3 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ pub struct UnterformularType;
#[serde(deny_unknown_fields)]
pub struct Form<Type> {
#[serde(skip)]
form_type: PhantomData<Type>,
_type: PhantomData<Type>,
#[serde(rename = "DataCatalogues")]
data_catalogues: DataCatalogues,