Skip to content

Commit c36c2cc

Browse files
authored
Enable feature to fix unstabilized #[bench]
rust-lang/rust#62507
1 parent 535e44c commit c36c2cc

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
@@ -1,4 +1,4 @@
1-
#![cfg_attr(test, feature(test))]
1+
#![feature(test)]
22

33
#[cfg(test)] extern crate test;
44

0 commit comments

Comments
 (0)