-
Notifications
You must be signed in to change notification settings - Fork 302
Open
Labels
A-ContentThe written content on the website.The written content on the website.C-BugSomething isn't working.Something isn't working.
Description
What needs to be fixed?
typo (forgotten &):
// `into_iter()` для массивов выдаёт `i32`
Page(s) Affected
https://doc.rust-lang.ru/stable/rust-by-example/fn/closures/closure_examples/iter_find.html
Suggested Improvement
need change to:
// `into_iter()` для массивов выдаёт `&i32`
### Tasks
Metadata
Metadata
Assignees
Labels
A-ContentThe written content on the website.The written content on the website.C-BugSomething isn't working.Something isn't working.