mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Enable some warnings for generated code.
None of those warnings currently occur.
This commit is contained in:
parent
36998cd5b1
commit
1f03ce1b1f
1 changed files with 1 additions and 4 deletions
|
@ -165,13 +165,10 @@ pub mod codegen {
|
|||
pub mod PrototypeList {
|
||||
include!(concat!(env!("OUT_DIR"), "/PrototypeList.rs"));
|
||||
}
|
||||
#[allow(non_camel_case_types, non_upper_case_globals,
|
||||
unused_imports, unused_variables, unused_assignments)]
|
||||
pub mod RegisterBindings {
|
||||
include!(concat!(env!("OUT_DIR"), "/RegisterBindings.rs"));
|
||||
}
|
||||
#[allow(non_camel_case_types, non_upper_case_globals,
|
||||
unused_imports, unused_variables, unused_assignments)]
|
||||
#[allow(non_camel_case_types, unused_imports, unused_variables)]
|
||||
pub mod UnionTypes {
|
||||
include!(concat!(env!("OUT_DIR"), "/UnionTypes.rs"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue