mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34: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
@ -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 New Issue
Block a user