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

Derive, use absolute import on default serialize_with #307

Merged
merged 1 commit into from
Aug 17, 2024

Conversation

indietyp
Copy link
Contributor

This changes it so that the Result used in the derived schema code is using the absolute path to the Result enum, otherwise type aliases, such as: error_stack::Result cannot be used.

This has been observed when using schemars in conjunction with serde-with.

@GREsau GREsau merged commit 0af8f50 into GREsau:master Aug 17, 2024
4 checks passed
@GREsau
Copy link
Owner

GREsau commented Aug 17, 2024

Thanks!

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.

2 participants