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:
bors[bot] 2021-08-30 19:35:00 +00:00 committed by GitHub
commit 20f3792d10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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