Skip to content

Commit b15f690

Browse files
committed
Revert "remove now-unneded feature flag"
Welp, we may not need the feature flag to be able to build but we definitely need it to be able to use the #[bench] feature 🙃 This reverts commit 0a74904.
1 parent 0a74904 commit b15f690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![feature(test)]
12
#[macro_use]
23
extern crate serde_derive;
34
#[macro_use]

0 commit comments

Comments
 (0)