Remove libc feature req of heapsize-support

This commit is contained in:
Herobird 2018-10-30 21:20:30 +01:00
parent 2beacfd92d
commit 8431aea64e
2 changed files with 0 additions and 2 deletions

View File

@ -514,7 +514,6 @@ macro_rules! construct_fixed_hash {
#[cfg(all(
feature = "heapsize-support",
feature = "libc",
not(target_os = "unknown")
))]
impl $crate::heapsize::HeapSizeOf for $name {

View File

@ -312,7 +312,6 @@ mod from_str {
#[cfg(all(
feature = "heapsize-support",
feature = "libc",
not(target_os = "unknown")
))]
#[test]