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

Use line length of 100 #140

Closed jayvdb closed 11 months ago

jayvdb commented 11 months ago

These lines were not being reformatted. To find them, nightly rustfmt is needed using https://github.com/rust-lang/rustfmt/issues/3391

Is this worth the blame changes? If so, should I also add CI to install nightly rustfmt and check with that option?

Electron100 commented 11 months ago

I'm fine with the blame changes. Putting nightly rustfmt with error_on_line_overflow in CI seems nice-to-have, but hardly mission critical.