rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.72k stars 309 forks source link

build: enforce formatting #751

Closed jswrenn closed 1 year ago

jswrenn commented 1 year ago

This PR is a replay of #741. Due to the huge amount of lines changed, it was far more efficient to replay cargo fmt than to review the formatting changes in that PR manually.

mightyiam commented 1 year ago

Wow. This is a step. Thank you.

Philippe-Cholet commented 1 year ago

Wow I did not expect this to be merged that soon, but that is done and it's a good thing, now let's go fix things...

EDIT: Thanks!