malloc_size_of: Add a missing cfg guard.

This commit is contained in:
Emilio Cobos Álvarez 2020-02-10 15:30:01 +01:00
parent 1a22fa7b1d
commit cccac2cedd
No known key found for this signature in database
GPG key ID: E1152D0994E4BF8A

View file

@ -46,6 +46,7 @@
//! Note: WebRender has a reduced fork of this crate, so that we can avoid
//! publishing this crate on crates.io.
#[cfg(feature = "servo")]
extern crate accountable_refcell;
extern crate app_units;
#[cfg(feature = "servo")]