You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run clippy just to make sure it doesn't error out; we don't actually want to gate on the warnings
44
+
# though.
45
+
# Ideally we'd use stage 1, but that ICEs: https://github.com/rust-lang/rust-clippy/issues/11230
46
+
42
47
ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
0 commit comments