mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
fix minor mispelling
find_map misspelt as wind_map
This commit is contained in:
parent
bb1987b45e
commit
e304a623ad
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ fn foo() {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn replace_with_wind_map() {
|
||||
fn replace_with_find_map() {
|
||||
check_fix(
|
||||
r#"
|
||||
//- minicore: iterators
|
||||
|
|
Loading…
Reference in a new issue