Remove separate proc-macro2/nightly build

This feature is automatically enabled on sufficiently new compilers.
This commit is contained in:
David Tolnay 2018-09-15 15:25:16 -07:00
parent 23a53d8008
commit 2cf10a6003
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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