Message suggesting --allow-dirty should clearly specify what will happen when it is specified #7003
Labels
A-diagnostics
Area: Error and warning messages generated by Cargo itself.
C-bug
Category: bug
E-easy
Experience: Easy
Problem
When publishing with dirty files in tree cargo prints a message:
however it does not specify what will happen if
--allow-dirty
is specified. It should unambiguously mention that specifying this flag will include the dirty files.Possible Solution(s)
The text was updated successfully, but these errors were encountered: