Auto merge of #9662 - ehuss:unignore-fix_edition_2021, r=alexcrichton

Unignore fix_edition_2021.

The issue has been fixed by https://github.com/rust-lang/rust/pull/86572.
This commit is contained in:
bors 2021-07-12 13:39:49 +00:00
commit a51667c60d

View File

@ -1508,7 +1508,6 @@ fn rustfix_handles_multi_spans() {
}
#[cargo_test]
#[ignore] // Broken, see https://github.com/rust-lang/rust/pull/86009
fn fix_edition_2021() {
// Can migrate 2021, even when lints are allowed.
if !is_nightly() {