Robzz / cargo-docset

Cargo subcommand to generate a Dash/Zeal docset for your Rust packages.
Apache License 2.0
100 stars 4 forks source link

Format code using 'cargo fmt' #13

Closed Atul9 closed 4 years ago

Robzz commented 4 years ago

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.