do not fix chalk

This commit is contained in:
gnzlbg 2018-06-18 10:43:07 +02:00
parent dda964d0be
commit cf1164ee7d

View File

@ -64,15 +64,6 @@ case ${INTEGRATION} in
check_fmt
cd -
;;
chalk)
git clone --depth=1 https://github.com/rust-lang-nursery/${INTEGRATION}.git
cd ${INTEGRATION}
# Need to run build.rs once.
# See: https://github.com/rust-lang-nursery/rustfmt/issues/2789
cargo build
check_fmt
cd -
;;
failure)
git clone --depth=1 https://github.com/rust-lang-nursery/${INTEGRATION}.git
cd ${INTEGRATION}/failure-1.X