We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5341209 commit 2ff3f8fCopy full SHA for 2ff3f8f
.github/workflows/tidy.yml
@@ -83,7 +83,7 @@ jobs:
83
done <<<"${input_target},"
84
fi
85
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"))'
+ check_cfg='--check-cfg=cfg(target_pointer_width,values("128")) --check-cfg=cfg(target_arch,values("xtensa"))'
87
for id in $(jq <<<"${metadata}" '.workspace_members[]'); do
88
pkg=$(jq <<<"${metadata}" ".packages[] | select(.id == ${id})")
89
manifest_path=$(jq <<<"${pkg}" -r '.manifest_path')
0 commit comments