Commit af70bfa
committed
Rewrite expanded
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.)
This continues to change only the `justfile` and not to modify the
`##` comment in the corresponding `Makefile` rule.ci-check-msrv doc so just --list works1 parent 6cbc916 commit af70bfa
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
242 | 245 | | |
243 | | - | |
244 | | - | |
245 | | - | |
| 246 | + | |
246 | 247 | | |
247 | 248 | | |
248 | 249 | | |
| |||
0 commit comments