diesel-derive-enum
diesel-derive-enum copied to clipboard
Add `DontImplCloneOnSqlType` attribute.
Add DontImplCloneOnSqlType
attribute.
Because, if schema definitions are separated into other crate, implementing Clone for ExistingType will happen compile error.
cf. https://github.com/adwhit/diesel-derive-enum/issues/93
@adwhit @Ten0 How about this PR?
@Ten0 Thank you for taking the time to review!
@adwhit I bumped the MSRV to 1.70 Because I needed 1.70 or newer to install [email protected].
Can we bump up this PR review please. Running into the same issue.