mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove and allow some dead code.
This commit is contained in:
parent
8f2d624cbf
commit
1bc0862214
28 changed files with 20 additions and 152 deletions
|
@ -157,7 +157,7 @@ pub mod weakref;
|
|||
pub mod xmlname;
|
||||
|
||||
/// Generated JS-Rust bindings.
|
||||
#[allow(missing_docs, non_snake_case)]
|
||||
#[allow(dead_code, missing_docs, non_snake_case)]
|
||||
pub mod codegen {
|
||||
#[allow(unrooted_must_root)]
|
||||
pub mod Bindings {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue