Unnamed repository; edit this file 'description' to name the repository.
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]>
bors[bot] 2021-08-31
parent 02a3d89 · parent e304a62 · commit 20f3792
-rw-r--r--crates/ide_diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide_diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs b/crates/ide_diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs
index 839ceac03e..c47ceab33d 100644
--- a/crates/ide_diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs
+++ b/crates/ide_diagnostics/src/handlers/replace_filter_map_next_with_find_map.rs
@@ -113,7 +113,7 @@ fn foo() {
}
#[test]
- fn replace_with_wind_map() {
+ fn replace_with_find_map() {
check_fix(
r#"
//- minicore: iterators