about summary refs log tree commit diff
path: root/tests/fmt.rs
AgeCommit message (Collapse)AuthorLines
2020-01-30Deprecate util/dev in favor of cargo aliasPhilipp Hansch-1/+1
If you've been using `./util/dev` before, this now becomes `cargo dev`. The key part of this change is found in `.cargo/config`. This means one less shell script and a bit more cross-platform support for contributors.
2019-12-23a few small cleanupsLzu Tao-1/+2
2019-12-01build(tests/fmt): use shared target dirLzu Tao-1/+3
2019-07-28Enable rustfmt testsMichael Wright-1/+0
This reverts commit d73a953db7a8120ec00b31c57d7092aff0f2c10b.
2019-07-28Skip fmt test if rustfmt is unavailbleMichael Wright-1/+14
2019-07-27ci: temporarily disable rustfmt checks/tetss since it's broken for nightlyMatthias Krüger-0/+1
2019-07-07Work around rustup fallback error on WindowsMichael Wright-1/+1
2019-07-07Improve fmt test failure messageMichael Wright-1/+4
2019-07-07Add dev fmt subcommandMichael Wright-0/+20