Skip to content

Commit 6db3edb

Browse files
committed
Silence a warning
1 parent cf23025 commit 6db3edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#[cfg(all(test, feature = "unstable"))] extern crate test;
1717
#[cfg(feature = "log-events")] extern crate rustc_serialize;
18-
#[cfg(feature = "heapsize")] #[macro_use] extern crate heapsize;
18+
#[cfg(feature = "heapsize")] extern crate heapsize;
1919
#[cfg(test)] extern crate rand;
2020
#[macro_use] extern crate lazy_static;
2121
#[macro_use] extern crate debug_unreachable;

0 commit comments

Comments
 (0)