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
Auto merge of #130623 - m-ou-se:skip-query2, r=<try>
Skip query in get_parent_item when possible.
`self.parent_owner_iter(hir_id).next()` does a query to retrieve the Node which is ignored here, which seems wasteful.
0 commit comments