Skip to content

Commit f6beb48

Browse files
Urgausnogge
authored andcommitted
Remove all options to cargo -Zcheck-cfg
They no longer exists: rust-lang/cargo#12845
1 parent 3bcdea7 commit f6beb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ jobs:
333333
- name: Setup Rust toolchain
334334
run: TOOLCHAIN=nightly sh ./ci/install-rust.sh
335335
- name: Build with check-cfg
336-
run: LIBC_CI=1 LIBC_CHECK_CFG=1 cargo build -Z unstable-options -Z check-cfg=features,names,values,output
336+
run: LIBC_CI=1 LIBC_CHECK_CFG=1 cargo build -Z unstable-options -Z check-cfg
337337

338338
docs:
339339
permissions:

0 commit comments

Comments
 (0)