We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cec5f commit a7b1c4eCopy full SHA for a7b1c4e
tests/testsuite/fix.rs
@@ -786,9 +786,6 @@ fn fix_all_targets_by_default() {
786
787
#[test]
788
fn prepare_for_and_enable() {
789
- if !is_nightly() {
790
- return;
791
- }
792
let p = project()
793
.file(
794
"Cargo.toml",
@@ -905,9 +902,6 @@ fn idioms_2015_ok() {
905
902
906
903
907
904
fn both_edition_migrate_flags() {
908
909
910
911
let p = project().file("src/lib.rs", "").build();
912
913
let stderr = "\
0 commit comments