mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
do not fix chalk
This commit is contained in:
parent
dda964d0be
commit
cf1164ee7d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user