mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Add size_of tests for geckolib selectors
This commit is contained in:
parent
cf2ae86373
commit
fd357f08cf
8 changed files with 124 additions and 2 deletions
|
@ -7,12 +7,15 @@
|
|||
#[macro_use] extern crate matches;
|
||||
extern crate fnv;
|
||||
extern crate precomputed_hash;
|
||||
#[cfg(test)] #[macro_use] extern crate size_of_test;
|
||||
extern crate smallvec;
|
||||
|
||||
pub mod arcslice;
|
||||
pub mod bloom;
|
||||
pub mod matching;
|
||||
pub mod parser;
|
||||
#[cfg(test)] mod size_of_tests;
|
||||
#[cfg(any(test, feature = "gecko_like_types"))] pub mod gecko_like_types;
|
||||
mod tree;
|
||||
pub mod visitor;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue