Skip to content

Commit 20f3792

Browse files
Merge #10089
10089: Fix minor mispelling r=bjorn3 a=NerdyPepper `find_map` misspelt as `wind_map` in test identifier. Co-authored-by: Akshay <[email protected]>
2 parents 02a3d89 + e304a62 commit 20f3792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide_diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fn foo() {
113113
}
114114

115115
#[test]
116-
fn replace_with_wind_map() {
116+
fn replace_with_find_map() {
117117
check_fix(
118118
r#"
119119
//- minicore: iterators

0 commit comments

Comments
 (0)