Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix no_recursion support on maps #1167

Merged
merged 1 commit into from
Oct 27, 2024
Merged

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Oct 27, 2024

This commit fixes no_recursion attribute on map types like HashMap<K, T>.

Fixes #1166

This commit fixes `no_recursion` attribute on map types like
`HashMap<K, T>`.

Fixes #1166
@juhaku juhaku force-pushed the fix-recursive-schema-no-recursion branch from 0a1b1d8 to 612f211 Compare October 27, 2024 12:17
@juhaku juhaku merged commit 542800b into master Oct 27, 2024
24 checks passed
@juhaku juhaku deleted the fix-recursive-schema-no-recursion branch October 27, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

no_recursion with HasMap not working
1 participant