mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Green up and re-enable style system layout tests
It's unclear to me when they were disabled, but we do want to enable these as otherwise there's no way to catch bindgen issues that can end up in subtle bugs at best, or memory corruption at worst. Differential Revision: https://phabricator.services.mozilla.com/D162997
This commit is contained in:
parent
62dddfb2a6
commit
653b37f80a
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
|||
non_upper_case_globals,
|
||||
missing_docs
|
||||
)]
|
||||
// TODO: Remove this when updating bindgen, see
|
||||
// https://github.com/rust-lang/rust-bindgen/issues/1651
|
||||
#[cfg_attr(test, allow(deref_nullptr))]
|
||||
pub mod structs {
|
||||
include!(concat!(env!("OUT_DIR"), "/gecko/structs.rs"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue