aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_plugins/unrooted_must_root.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2018-07-02 14:50:40 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2018-07-05 14:20:44 +0200
commit5d43f1c9bd736f45be6e7d700ef1f9d6ac5ee7a6 (patch)
treebcfce92ec93fede0e0e947f36e3adeef294c1cf4 /components/script_plugins/unrooted_must_root.rs
parentc71c55e542c57f6ec4e5e77be750f74f50340e56 (diff)
downloadservo-5d43f1c9bd736f45be6e7d700ef1f9d6ac5ee7a6.tar.gz
servo-5d43f1c9bd736f45be6e7d700ef1f9d6ac5ee7a6.zip
Rename BoundAttribBuffers to VertexAttribs and make it store a slice
Diffstat (limited to 'components/script_plugins/unrooted_must_root.rs')
-rw-r--r--components/script_plugins/unrooted_must_root.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script_plugins/unrooted_must_root.rs b/components/script_plugins/unrooted_must_root.rs
index 6277b309c0c..1c347897b91 100644
--- a/components/script_plugins/unrooted_must_root.rs
+++ b/components/script_plugins/unrooted_must_root.rs
@@ -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"])