]> git.lizzy.rs Git - rust.git/commitdiff
Merge pull request #2895 from topecongiro/issue-2787
authorSeiichi Uchida <seuchida@gmail.com>
Sun, 5 Aug 2018 02:43:43 +0000 (11:43 +0900)
committerGitHub <noreply@github.com>
Sun, 5 Aug 2018 02:43:43 +0000 (11:43 +0900)
Fix parsing '#'-hiding of rustdoc

1  2 
.travis.yml

diff --cc .travis.yml
index 7817471ed394c93348be6984f567b00ca1f54a90,331f9351a3a06cd78dd7583061e00b371789ea50..7c3573fde831152e06856387f72223ee986faca4
@@@ -45,9 -45,21 +45,7 @@@ matrix
      - env: INTEGRATION=rust-clippy
      # Build failure
      - env: INTEGRATION=rust-semverver
-     # See: https://github.com/rust-lang-nursery/rustfmt/issues/2787
-     - env: INTEGRATION=stdsimd
  
 -before_script:
 -- |
 -  if [ -z ${INTEGRATION} ]; then
 -    if [ $TRAVIS_OS_NAME = 'osx' ]; then
 -      virtualenv env &&
 -      source env/bin/activate &&
 -      python --version &&
 -      pip install 'travis-cargo<0.2'
 -    else
 -      pip install 'travis-cargo<0.2' --user &&
 -      export PATH="$(python -m site --user-base)/bin:$PATH"
 -    fi
 -  fi
 -
  script:
    - |
      if [ -z ${INTEGRATION} ]; then