Using core-only on 1.13 doesn't seem to work the same as stable

This commit is contained in:
Brandon W Maister 2019-09-20 13:49:01 -04:00
parent 911dc57402
commit 6499c5b1c9
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ build_only() {
channel build -v --features rustc-serialize
channel build -v --features serde
channel build -v --no-default-features --features std
channel build -v --no-default-features --features 'std serde_std'
}
build_core_test() {