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
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.)
0 commit comments