mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Remove #[jstraceable] annotation for the RootedVec type [Issue #5849]
This commit is contained in:
parent
1389be3782
commit
be876b2124
1 changed files with 0 additions and 1 deletions
|
@ -401,7 +401,6 @@ impl VecRootableType for *mut JSObject {
|
||||||
/// A vector of items that are rooted for the lifetime
|
/// A vector of items that are rooted for the lifetime
|
||||||
/// of this struct
|
/// of this struct
|
||||||
#[allow(unrooted_must_root)]
|
#[allow(unrooted_must_root)]
|
||||||
#[jstraceable]
|
|
||||||
pub struct RootedVec<T> {
|
pub struct RootedVec<T> {
|
||||||
v: Vec<T>
|
v: Vec<T>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue