Skip to content

Commit

Permalink
Revert "Disable benchmarks without alloc"
Browse files Browse the repository at this point in the history
This reverts commit 27c4b54.
  • Loading branch information
dhardy committed Jun 15, 2018
1 parent 27c4b54 commit 4228914
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions benches/distributions.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#![feature(test)]
#![cfg(features = "alloc")]

#![cfg_attr(all(feature="i128_support", feature="nightly"), allow(stable_features))] // stable since 2018-03-27
#![cfg_attr(all(feature="i128_support", feature="nightly"), feature(i128_type, i128))]

Expand Down
1 change: 0 additions & 1 deletion benches/generators.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![feature(test)]
#![cfg(features = "alloc")]

extern crate test;
extern crate rand;
Expand Down
1 change: 0 additions & 1 deletion benches/misc.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![feature(test)]
#![cfg(features = "alloc")]

extern crate test;
extern crate rand;
Expand Down

0 comments on commit 4228914

Please sign in to comment.