mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Less allow(crown::unrooted_must_root)
in bindings (#33630)
* Limit `allow(crown::unrooted_must_root)` in bindings Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * extra_decorators Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
c7a4e4f627
commit
163e477668
2 changed files with 8 additions and 4 deletions
|
@ -169,7 +169,7 @@ pub mod xmlname;
|
|||
/// Generated JS-Rust bindings.
|
||||
#[allow(missing_docs, non_snake_case)]
|
||||
pub mod codegen {
|
||||
#[allow(dead_code, crown::unrooted_must_root)]
|
||||
#[allow(dead_code)]
|
||||
pub mod Bindings {
|
||||
include!(concat!(env!("OUT_DIR"), "/Bindings/mod.rs"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue