Using core-only on 1.13 doesn't seem to work the same as stable
This commit is contained in:
parent
911dc57402
commit
6499c5b1c9
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue