Commit ce071bf
committed
Clarify commands where we grep for a warning
In this justfile, for the `cargo tree ...| grep warning` commands:
- Put the explanatory comment before the first of these commands,
rather than at the end of the first one, since this is easier to
read in the `just` output, as well as clearer because it applies
to a cluster of commands rather than only the first one. This is
also more consistent stylistically with other comments in the
`justfile`.
- Pass `-F` to `grep`, as this is a literal search for the text
`warning`. (This is a minor refactoring for clarity, and it may
be changed soon if the check is made more precise.)1 parent aebc335 commit ce071bf
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments