Skip to content

Commit 2ff3f8f

Browse files
committed
tidy: --check-cfg has been stabilized
rust-lang/rust#123501
1 parent 5341209 commit 2ff3f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
done <<<"${input_target},"
8484
fi
8585
if [[ "${{ inputs.check-cfg }}" == "true" ]]; then
86-
check_cfg='-Z unstable-options --check-cfg=cfg(target_pointer_width,values("128")) --check-cfg=cfg(target_arch,values("xtensa"))'
86+
check_cfg='--check-cfg=cfg(target_pointer_width,values("128")) --check-cfg=cfg(target_arch,values("xtensa"))'
8787
for id in $(jq <<<"${metadata}" '.workspace_members[]'); do
8888
pkg=$(jq <<<"${metadata}" ".packages[] | select(.id == ${id})")
8989
manifest_path=$(jq <<<"${pkg}" -r '.manifest_path')

0 commit comments

Comments
 (0)