Skip to content

Commit db74e49

Browse files
committed
Merge branch 'master' of https://github.com/rust-lang/rustfmt into ignore-with-glob
2 parents 472d20c + dfa94d1 commit db74e49

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+2496
-1062
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@ matrix:
2828
- env: INTEGRATION=mdbook
2929
- env: INTEGRATION=packed_simd
3030
- env: INTEGRATION=rand
31-
- env: INTEGRATION=rust-clippy
3231
- env: INTEGRATION=rust-semverver
3332
- env: INTEGRATION=stdsimd TARGET=x86_64-unknown-linux-gnu
3433
- env: INTEGRATION=tempdir
34+
- env: INTEGRATION=futures-rs
3535
allow_failures:
36+
# Doesn't build - keep this in allow_failures as it's fragile to breaking changes of rustc.
37+
- env: INTEGRATION=rust-clippy
3638
# Doesn't build - seems to be because of an option
3739
- env: INTEGRATION=packed_simd
3840
# Doesn't build - a temporal build failure due to breaking changes in the nightly compilre
3941
- env: INTEGRATION=rust-semverver
4042
# can be moved back to include section after https://github.com/rust-lang-nursery/failure/pull/298 is merged
4143
- env: INTEGRATION=failure
42-
# can be moved back once https://github.com/rust-lang-nursery/futures-rs/pull/1445 is merged
43-
- env: INTEGRATION=futures-rs
4444

4545
script:
4646
- |

0 commit comments

Comments
 (0)