mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +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
|
||||
/// of this struct
|
||||
#[allow(unrooted_must_root)]
|
||||
#[jstraceable]
|
||||
pub struct RootedVec<T> {
|
||||
v: Vec<T>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue