We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf23025 commit 6db3edbCopy full SHA for 6db3edb
src/lib.rs
@@ -15,7 +15,7 @@
15
16
#[cfg(all(test, feature = "unstable"))] extern crate test;
17
#[cfg(feature = "log-events")] extern crate rustc_serialize;
18
-#[cfg(feature = "heapsize")] #[macro_use] extern crate heapsize;
+#[cfg(feature = "heapsize")] extern crate heapsize;
19
#[cfg(test)] extern crate rand;
20
#[macro_use] extern crate lazy_static;
21
#[macro_use] extern crate debug_unreachable;
0 commit comments