mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
selectors/*.rs - Put all the to_shmem attributes behind a "shmem" feature
This commit is contained in:
parent
9dae402dc5
commit
c78af6a32f
4 changed files with 48 additions and 33 deletions
|
@ -18,7 +18,9 @@ extern crate phf;
|
|||
extern crate precomputed_hash;
|
||||
extern crate servo_arc;
|
||||
extern crate smallvec;
|
||||
#[cfg(feature = "shmem")]
|
||||
extern crate to_shmem;
|
||||
#[cfg(feature = "shmem")]
|
||||
#[macro_use]
|
||||
extern crate to_shmem_derive;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue