Skip to content

Commit

Permalink
Enable feature to fix unstabilized #[bench]
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 authored Aug 5, 2019
1 parent 535e44c commit c36c2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![cfg_attr(test, feature(test))]
#![feature(test)]

#[cfg(test)] extern crate test;

Expand Down

0 comments on commit c36c2cc

Please sign in to comment.