Fix rustfmt instructions

This commit is contained in:
Joonas Javanainen 2017-02-15 20:37:22 +02:00
parent b0f6bc8002
commit 49262dd37b
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

@ -63,7 +63,7 @@ build this libary and run the examples.
1. Change or add something 1. Change or add something
2. Run rustfmt to guarantee code style conformance 2. Run rustfmt to guarantee code style conformance
cargo install fmt cargo install rustfmt
cargo fmt -- --write-mode=overwrite cargo fmt -- --write-mode=overwrite
3. Open a pull request in Github 3. Open a pull request in Github