]> git.proxmox.com Git - cargo.git/commit
Auto merge of #6649 - pietroalbini:change-unfixable-warning, r=dwijnand
authorbors <bors@rust-lang.org>
Sun, 10 Feb 2019 15:49:37 +0000 (15:49 +0000)
committerbors <bors@rust-lang.org>
Sun, 10 Feb 2019 15:49:37 +0000 (15:49 +0000)
commit865cb70106a6b1171a500ff68f93ab52eea56e72
treed8a505991b9517aeb48f37201eadf2a107ac45ff
parent9118c7fa3e4f523570b771ba74d23c8085b01310
parentea9cd6e9736b40ae247ca4f8e1f2651c503beecd
Auto merge of #6649 - pietroalbini:change-unfixable-warning, r=dwijnand

Switch from unused_imports to deprecated to test unfixable warnings

The `unused_imports` warning is going to emit fixable suggestions in the near future, but that means parts of the cargo's test suite will break. This commit switches the tests to use the `deprecated` warning, which *shouldn't* be fixable at all.
tests/testsuite/fix.rs