Temporarily ignore 2021 edition fix.

This commit is contained in:
Eric Huss 2021-06-30 09:36:22 -07:00
parent d6384de0bc
commit aab51362d7

View File

@ -1503,6 +1503,7 @@ 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() {