Electron100 / butane

An ORM for Rust with a focus on simplicity and on writing Rust, not SQL
Apache License 2.0
83 stars 11 forks source link

Fix nightly rustc warnings in generated impls #242

Closed jayvdb closed 2 months ago

jayvdb commented 2 months ago

I use https://github.com/dtolnay/cargo-expand quite a bit, and the generated code atm emits lots of "redundant import", "mut not needed", etc.