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
Rewrite expanded ci-check-msrv doc so just --list works
This rewrites the newly expanded multi-line comment explaining what
the `ci-check-msrv` recipe in the `justfile` does, so that it is
still readable from top to bottom, but so that the one-line summary
is the last line.
This is needed because `just --list` only treats a single `#` line,
preceding the formal beginning of the recipe, as its documentation.
(This differs from most other uses of multi-line comments, such as
in a Rust `///` or `//!` comment, where the first line could be a
short summary, and subsequent paragraphs are regarded subordinate.)
0 commit comments