Closed
Description
After #574 is done, so that we have one commit with all the old code reformatted, I'd like to keep the code formatted nicely going forward by adding rustfmt to Travis like we have jslint that fails the build if the javascript isn't formatted correctly.
So this bug entails:
- Waiting until Run rustfmt on the whole codebase and send in the changes #574 is done
- Follow the instructions in rustfmt's README on adding rustfmt to .travis.yml
- Get the build to pass, if there's code that snuck in between Run rustfmt on the whole codebase and send in the changes #574 and this one that isn't formatted right
- Add documentation to crates.io's README that we use rustfmt, and point to rustfmt's README for instructions for people working on crates.io to run rustfmt while they're developing if they want