test(benches): uncomment deny warning attr

This commit is contained in:
Weihang Lo
2019-07-18 04:46:42 +08:00
committed by Sean McArthur
parent d683e13ecb
commit fb880c6295

View File

@@ -1,6 +1,6 @@
#![feature(async_await)] #![feature(async_await)]
#![feature(test)] #![feature(test)]
//#![deny(warnings)] #![deny(warnings)]
extern crate test; extern crate test;