mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Merge #10089
10089: Fix minor mispelling r=bjorn3 a=NerdyPepper `find_map` misspelt as `wind_map` in test identifier. Co-authored-by: Akshay <nerdy@peppe.rs>
This commit is contained in:
commit
20f3792d10
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…
Reference in a new issue