mirror of
https://github.com/servo/servo.git
synced 2025-06-10 01:23:13 +00:00
Rename BoundAttribBuffers to VertexAttribs and make it store a slice
This commit is contained in:
parent
c71c55e542
commit
5d43f1c9bd
4 changed files with 69 additions and 53 deletions
|
@ -52,6 +52,7 @@ fn is_unrooted_ty(cx: &LateContext, ty: &ty::TyS, in_new_function: bool) -> bool
|
|||
} else if match_def_path(cx, did.did, &["core", "cell", "Ref"])
|
||||
|| match_def_path(cx, did.did, &["core", "cell", "RefMut"])
|
||||
|| match_def_path(cx, did.did, &["core", "slice", "Iter"])
|
||||
|| match_def_path(cx, did.did, &["core", "slice", "IterMut"])
|
||||
|| match_def_path(cx, did.did, &["std", "collections", "hash", "map", "Entry"])
|
||||
|| match_def_path(cx, did.did, &["std", "collections", "hash", "map", "OccupiedEntry"])
|
||||
|| match_def_path(cx, did.did, &["std", "collections", "hash", "map", "VacantEntry"])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue