mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
fix docs
This commit is contained in:
parent
e65009f317
commit
0385f60310
2 changed files with 1 additions and 8 deletions
|
@ -32,13 +32,11 @@
|
|||
//! * rooting pointers on the stack:
|
||||
//! the [`Root`](bindings/js/struct.Root.html) smart pointer;
|
||||
//! * tracing pointers in member fields: the [`JS`](bindings/js/struct.JS.html),
|
||||
//! [`MutNullableJS`](bindings/js/struct.MutNullableJS.html) and
|
||||
//! [`MutNullableHeap`](bindings/js/struct.MutNullableHeap.html) and
|
||||
//! [`MutHeap`](bindings/js/struct.MutHeap.html) smart pointers and
|
||||
//! [the tracing implementation](bindings/trace/index.html);
|
||||
//! * rooting pointers from across thread boundaries or in channels: the
|
||||
//! [`Trusted`](bindings/refcounted/struct.Trusted.html) smart pointer;
|
||||
//! * extracting pointers to DOM objects from their reflectors: the
|
||||
//! [`Unrooted`](bindings/js/struct.Unrooted.html) smart pointer.
|
||||
//!
|
||||
//! Inheritance
|
||||
//! ===========
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue