summaryrefslogtreecommitdiffstats
path: root/benches/mio-ops.rs
diff options
context:
space:
mode:
Diffstat (limited to 'benches/mio-ops.rs')
-rw-r--r--benches/mio-ops.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/benches/mio-ops.rs b/benches/mio-ops.rs
index 6a74879c..6a71bebf 100644
--- a/benches/mio-ops.rs
+++ b/benches/mio-ops.rs
@@ -1,6 +1,7 @@
// Measure cost of different operations
// to get a sense of performance tradeoffs
#![feature(test)]
+#![deny(warnings)]
extern crate test;
extern crate mio;