Use 2018 edition for rustfmt#266
Conversation
Signed-off-by: Robert Vojta <rvojta@me.com>
|
It looks like @zrzka signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
|
@ordian missed it, thanks. Travis CI:
I think it should be enough to change |
after_script exit codes are ignored and do not affect build status. Signed-off-by: Robert Vojta <rvojta@me.com>
|
Please fix the formatting https://travis-ci.org/paritytech/parity-common/jobs/614448593#L217 |
Signed-off-by: Robert Vojta <rvojta@me.com>
Signed-off-by: Robert Vojta <rvojta@me.com>
It does. I moved it to the global script:
- if [ "$TRAVIS_RUST_VERSION" == "stable" ] && [ "$TRAVIS_OS_NAME" == "linux" ]; then
cargo fmt -- --check;
fi |
…h/parity-common into ao-rocksdb-switch-to-upstream2 * 'ao-rocksdb-switch-to-upstream2' of github.com:paritytech/parity-common: kvdb-rocksdb: remove lz4 feature as it has no effect for now travis: try to fix wasmpack chrome test on macOS (#263) kvdb-rocksdb: please the CI kvdb-rocksdb: do not account for default column memory budget Use 2018 edition for rustfmt (#266) [fixed-hash]: re-export `alloc_` (#268) kvdb-web: async-awaitify (#259)
* master: Compile triehash for no_std (#280) [kvdb-rocksdb] Use "pinned" gets to avoid allocations (#274) [kvdb-rocksdb] Release 0.2 (#273) [kvdb-rocksdb] switch to upstream (#257) travis: try to fix wasmpack chrome test on macOS (#263) Use 2018 edition for rustfmt (#266) [fixed-hash]: re-export `alloc_` (#268) kvdb-web: async-awaitify (#259) kvdb-rocksdb: configurable memory budget per column (#256) Bump rlp crate version. (#270) Introduce Rlp::at_with_offset method. (#269) Make fixed-hash test structs public (#267) Migrate primitive types to 2018 edition (#262) upgrade tiny-keccak to 2.0 (#260)
Not sure about adding
cargo fmt -- --checkto.travis.yml(see #264), keeping it out for now.Fixes #264