uncomment rlp benches

This commit is contained in:
debris 2016-02-02 02:38:15 +01:00
parent 21913b29b5
commit 620146bdda
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
//! ```bash
//! multirust run nightly cargo bench
//! ```
/*
#![feature(test)]
extern crate test;
@ -94,4 +94,3 @@ fn bench_stream_1000_empty_lists(b: &mut Bencher) {
let _ = stream.out();
});
}
*/