mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add unrooted_must_root lint for usages of JS<T> in let/for bindings
This commit is contained in:
parent
12dc54d238
commit
bded5c3703
11 changed files with 55 additions and 15 deletions
|
@ -58,6 +58,7 @@ pub mod dom {
|
|||
|
||||
/// Generated JS-Rust bindings.
|
||||
pub mod codegen {
|
||||
#[allow(unrooted_must_root)]
|
||||
pub mod Bindings;
|
||||
pub mod InterfaceTypes;
|
||||
pub mod InheritTypes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue