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
//@ is '$.index[*][?(@.docs=="type IntoIter")].inner.assoc_type.default.impl_trait[0].trait_bound.trait.args.angle_bracketed.bindings[0].name' '"Item"'
16
+
//@ is '$.index[*][?(@.docs=="type IntoIter")].inner.assoc_type.default.impl_trait[0].trait_bound.trait.args.angle_bracketed.bindings[0].binding.equality.type.primitive' '"bool"'
17
+
18
+
//@ set IntoIter = '$.index[*][?(@.docs=="type IntoIter")].id'
19
+
/// type IntoIter
20
+
typeIntoIter = implIterator<Item = bool>;
21
+
22
+
//@ set into_iter = '$.index[*][?(@.docs=="fn into_iter")].id'
0 commit comments