mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #5860 - GlassAndOneHalf:remove-jstraceable, r=jdm
This PR solves Issue #5849. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5860) <!-- Reviewable:end -->
This commit is contained in:
commit
ea00e949a4
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