Skip to content

Commit e304a62

Browse files
committed
fix minor mispelling
find_map misspelt as wind_map
1 parent bb1987b commit e304a62

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)