Skip to content

Commit 010df90

Browse files
committed
Remove specialization feature
1 parent 3497b30 commit 010df90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
//! to the heap for larger allocations. This can be a useful optimization for improving cache
77
//! locality and reducing allocator traffic for workloads that fit within the inline buffer.
88
9-
#![feature(specialization)]
10-
119
#[cfg(feature="heapsizeof")]
1210
extern crate heapsize;
1311

0 commit comments

Comments
 (0)