Skip to content

Commit fb880c6

Browse files
weihangloseanmonstar
authored andcommitted
test(benches): uncomment deny warning attr
1 parent d683e13 commit fb880c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/server.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![feature(async_await)]
22
#![feature(test)]
3-
//#![deny(warnings)]
3+
#![deny(warnings)]
44

55
extern crate test;
66

0 commit comments

Comments
 (0)