-
-
Notifications
You must be signed in to change notification settings - Fork 661
Fix DeriveIntoActiveModel #2926
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
Conversation
tyt2y3
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you, this seems to be the correct fix. I wonder why it hasn't been an issue in the past?
|
@tyt2y3 There was an issue #323 before refactoring |
|
@GavenKam thank you for the explanation! |
🎉 Released In 2.0.0-rc.29 🎉Huge thanks for the contribution! |
PR Info
IntoActiveModeltrait for a struct that mapsOption<V>toV#2918Changes
Changed blanket implementation in src/entity/active_value.rs: 110, without which the added test cases cause compilation errors on
Derive(DeriveIntoActiveModel).