You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started working on this, but I'm confused about the semantics of capture clauses (and the documentation doesn't seem to mention capture clauses at all). If you have a [move x] clause in a fn, does that mean x gets moved when you create the closure? Or when you invoke the closure?
…cs, r=dswij
Scope `missing_docs_in_private_items` to only private items
`missing_docs_in_private_items` currently detects missing docs for public items as well as private. Since `missing_docs`already covers public items, this PR updates `missing_docs_in_private_items` to only cover private items.
Fixesrust-lang#1895
changelog: [`missing_docs_in_private_items`]: Apply lint only to private items (used to be public and private)
The text was updated successfully, but these errors were encountered: