Make rustfmt output human-readable (#139)

This commit is contained in:
Jef
2018-03-07 20:03:22 +01:00
committed by Pierre Krieger
parent 32380a07fe
commit 2ffcf9eea3

View File

@ -20,6 +20,6 @@ matrix:
- rust: stable
script:
- cargo fmt -- --write-mode=checkstyle
- cargo fmt -- --write-mode=diff
- cargo check --all
- cargo test --all