Results 6 comments of Natsuki Yagi

@adwhit @Ten0 Thank you for considering my proposal. My project is separated into three workspaces. 1. schema 2. core 3. web-api The dependencies between crates are as follows: web-api ->...

@Ten0 thank you for your reply. > Add attribute to DbEnum to not generate clone impl Is it better to add DbEnum attribute instead of feature flag? ```rust #[derive(diesel_derive_enum::DbEnum)] #[NoClone]...

Thank you. I understand everything now. I will consider how to fix.

@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].