Skip to content

Add support for serde aliases - #522

Open
howardjohn wants to merge 1 commit into
GREsau:masterfrom
howardjohn:field/imlpement-alias
Open

Add support for serde aliases#522
howardjohn wants to merge 1 commit into
GREsau:masterfrom
howardjohn:field/imlpement-alias

Conversation

@howardjohn

Copy link
Copy Markdown

Fixes #338 Fixes #25 Fixes #391

cont: &Container,
variant: &Variant,
deny_unknown_fields: bool,
name: TokenStream,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clippy suggested:

Suggested change
name: TokenStream,
name: &TokenStream,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Alias is missing from the list of supported serde attributes in the documentation Support field aliases Support enum variant aliases

2 participants