mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +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]
|
#[test]
|
||||||
fn replace_with_wind_map() {
|
fn replace_with_find_map() {
|
||||||
check_fix(
|
check_fix(
|
||||||
r#"
|
r#"
|
||||||
//- minicore: iterators
|
//- minicore: iterators
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue