diff options
author | Daniel Mueller <deso@posteo.net> | 2019-07-13 22:36:53 -0700 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-07-13 22:36:53 -0700 |
commit | 1d62e9151369ab50d98d638e80753630c0c3cbbf (patch) | |
tree | 24742d87cea608fbe5bafb160892ad775700fe91 /argparse/src | |
parent | 8cebc05e924c3b6c927a939bd45862a6ddf6edef (diff) | |
download | nitrocli-1d62e9151369ab50d98d638e80753630c0c3cbbf.tar.gz nitrocli-1d62e9151369ab50d98d638e80753630c0c3cbbf.tar.bz2 |
Downgrade crate-level lints to 'warn'
We recently fixed a compilation failure in some test code caused by a
use declaration that was ultimately unused. To this point we were under
the impression that there was a set of lints that were known to be
potentially changing in backwards incompatible ways while others would
not. Discovery of unused use declarations or symbols was always assumed
to fall into the latter category.
Because such a build breakage due to semantic change in what a lint can
detect by now is a repeated pattern (with dire consequences), this
change downgrades all 'deny'-style lints to warnings in order to prevent
similar problems in the future.
Diffstat (limited to 'argparse/src')
0 files changed, 0 insertions, 0 deletions