mirror of
https://github.com/servo/servo.git
synced 2025-06-08 16:43:28 +00:00
auto merge of #4717 : Ms2ger/servo/doc-proxy, r=saneyuki
This commit is contained in:
commit
1a2a08aa50
13 changed files with 23 additions and 32 deletions
|
@ -56,6 +56,7 @@ pub mod dom {
|
|||
|
||||
/// The code to expose the DOM to JavaScript through IDL bindings.
|
||||
#[allow(unsafe_blocks)]
|
||||
#[deny(missing_docs)]
|
||||
pub mod bindings {
|
||||
pub mod cell;
|
||||
pub mod global;
|
||||
|
@ -71,6 +72,7 @@ pub mod dom {
|
|||
pub mod trace;
|
||||
|
||||
/// Generated JS-Rust bindings.
|
||||
#[allow(missing_docs)]
|
||||
pub mod codegen {
|
||||
#[allow(unrooted_must_root)]
|
||||
pub mod Bindings;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue