From 2cf10a600370b987a35136d21216d5dc29f7ecba Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 15 Sep 2018 15:25:16 -0700 Subject: [PATCH] Remove separate proc-macro2/nightly build This feature is automatically enabled on sufficiently new compilers. --- travis.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/travis.sh b/travis.sh index 55b79508..11c9556f 100755 --- a/travis.sh +++ b/travis.sh @@ -68,7 +68,6 @@ else channel build cd "$DIR/test_suite" channel test --features unstable - channel build --tests --features proc-macro2/nightly if [ -z "${APPVEYOR}" ]; then cd "$DIR/test_suite/no_std" channel build