]> git.lizzy.rs Git - rust.git/commit
Merge #6610
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Tue, 24 Nov 2020 00:54:53 +0000 (00:54 +0000)
committerGitHub <noreply@github.com>
Tue, 24 Nov 2020 00:54:53 +0000 (00:54 +0000)
commit6294286fee6e53c29e8ad563f476721ad85ef266
treea10e4e43027d124ef1ff9d9c7aadc36bd1c2ab9d
parent2ff78cde31cb4f5a4e05ef51dc9347838f790898
parenta172c2317c621ba15b7fc4c11b10040dac346ec8
Merge #6610

6610: add 'Re-enable this test' assist r=SomeoneToIgnore a=jakobhellermann

The `Ignore this test` assist previously allowed ignoring multiple times, each time adding a `#[ignore]` attribute.

This PR instead shows an assist to undo the ignoring.

Co-authored-by: Jakob Hellermann <jakob.hellermann@protonmail.com>