mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Auto merge of #10958 - izgzhen:fixes, r=nox
Minor fixes to documentation
1. Looks like getters and setters are specified here already. 0385f60310/components/script/dom/bindings/mod.rs (L62)
2. The `MutNullableJS` and `Unrooted` looks obsolete
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10958)
<!-- Reviewable:end -->
This commit is contained in:
commit
5358df5a16
2 changed files with 1 additions and 8 deletions
|
@ -112,11 +112,6 @@
|
||||||
//!
|
//!
|
||||||
//! Legacy callers are not yet implemented.
|
//! Legacy callers are not yet implemented.
|
||||||
//!
|
//!
|
||||||
//! Rust reflections of getters and setters
|
|
||||||
//! ---------------------------------------
|
|
||||||
//!
|
|
||||||
//! *To be written.*
|
|
||||||
//!
|
|
||||||
//! Throwing exceptions
|
//! Throwing exceptions
|
||||||
//! ===================
|
//! ===================
|
||||||
//!
|
//!
|
||||||
|
|
|
@ -32,13 +32,11 @@
|
||||||
//! * rooting pointers on the stack:
|
//! * rooting pointers on the stack:
|
||||||
//! the [`Root`](bindings/js/struct.Root.html) smart pointer;
|
//! the [`Root`](bindings/js/struct.Root.html) smart pointer;
|
||||||
//! * tracing pointers in member fields: the [`JS`](bindings/js/struct.JS.html),
|
//! * 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
|
//! [`MutHeap`](bindings/js/struct.MutHeap.html) smart pointers and
|
||||||
//! [the tracing implementation](bindings/trace/index.html);
|
//! [the tracing implementation](bindings/trace/index.html);
|
||||||
//! * rooting pointers from across thread boundaries or in channels: the
|
//! * rooting pointers from across thread boundaries or in channels: the
|
||||||
//! [`Trusted`](bindings/refcounted/struct.Trusted.html) smart pointer;
|
//! [`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
|
//! Inheritance
|
||||||
//! ===========
|
//! ===========
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue