mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +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
@ -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…
x
Reference in New Issue
Block a user