mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +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]
|
||||
fn replace_with_wind_map() {
|
||||
fn replace_with_find_map() {
|
||||
check_fix(
|
||||
r#"
|
||||
//- minicore: iterators
|
||||
|
|
Loading…
Reference in a new issue