File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -671,7 +671,7 @@ fn foo() { break; }
671
671
}
672
672
673
673
#[ test]
674
- fn replace_filter_next_with_find_map ( ) {
674
+ fn replace_filter_map_next_with_find_map ( ) {
675
675
check_diagnostics (
676
676
r#"
677
677
fn foo() {
@@ -683,7 +683,7 @@ fn foo() { break; }
683
683
}
684
684
685
685
#[ test]
686
- fn replace_filter_next_with_find_map_no_diagnostic_without_next ( ) {
686
+ fn replace_filter_map_next_with_find_map_no_diagnostic_without_next ( ) {
687
687
check_diagnostics (
688
688
r#"
689
689
fn foo() {
@@ -697,7 +697,7 @@ fn foo() { break; }
697
697
}
698
698
699
699
#[ test]
700
- fn replace_filter_next_with_find_map_no_diagnostic_with_intervening_methods ( ) {
700
+ fn replace_filter_map_next_with_find_map_no_diagnostic_with_intervening_methods ( ) {
701
701
check_diagnostics (
702
702
r#"
703
703
fn foo() {
@@ -712,7 +712,7 @@ fn foo() { break; }
712
712
}
713
713
714
714
#[ test]
715
- fn replace_filter_next_with_find_map_no_diagnostic_if_not_in_chain ( ) {
715
+ fn replace_filter_map_next_with_find_map_no_diagnostic_if_not_in_chain ( ) {
716
716
check_diagnostics (
717
717
r#"
718
718
fn foo() {
You can’t perform that action at this time.
0 commit comments