Hey, thanks for the PR. However, I'm gonna have to close this unfortunately, the reason being that even if a PR claims to only reformat code, unless I already know and trust the author, I still have to review it and make sure that it does what is says and does not contain anything malicious (this is the internet after all :smiley:) or unintended mistakes. However, it's much quicker and simpler to just run cargo fmt myself than to review changes, no matter how small, so there's little incentive for me to do so. On the other hand, I'm more than happy to review and merge functional changes.
Hey, thanks for the PR. However, I'm gonna have to close this unfortunately, the reason being that even if a PR claims to only reformat code, unless I already know and trust the author, I still have to review it and make sure that it does what is says and does not contain anything malicious (this is the internet after all :smiley:) or unintended mistakes. However, it's much quicker and simpler to just run
cargo fmt
myself than to review changes, no matter how small, so there's little incentive for me to do so. On the other hand, I'm more than happy to review and merge functional changes.