diff options
Diffstat (limited to 'components/script/dom/bindings/trace.rs')
-rw-r--r-- | components/script/dom/bindings/trace.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/bindings/trace.rs b/components/script/dom/bindings/trace.rs index 05ee1f09a0a..c25b0addc47 100644 --- a/components/script/dom/bindings/trace.rs +++ b/components/script/dom/bindings/trace.rs @@ -401,6 +401,7 @@ impl VecRootableType for *mut JSObject { /// A vector of items that are rooted for the lifetime /// of this struct #[allow(unrooted_must_root)] +#[no_move] pub struct RootedVec<T> { v: Vec<T> } |