mirror of
https://github.com/servo/servo.git
synced 2025-06-20 23:28:59 +01:00
malloc_size_of: Add a missing cfg guard.
This commit is contained in:
parent
1a22fa7b1d
commit
cccac2cedd
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
||||||
//! Note: WebRender has a reduced fork of this crate, so that we can avoid
|
//! Note: WebRender has a reduced fork of this crate, so that we can avoid
|
||||||
//! publishing this crate on crates.io.
|
//! publishing this crate on crates.io.
|
||||||
|
|
||||||
|
#[cfg(feature = "servo")]
|
||||||
extern crate accountable_refcell;
|
extern crate accountable_refcell;
|
||||||
extern crate app_units;
|
extern crate app_units;
|
||||||
#[cfg(feature = "servo")]
|
#[cfg(feature = "servo")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue