From 8f23fdc9340167cf9d6d31a09705369c3b8acccb Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 9 Dec 2017 15:12:42 +0100 Subject: deny warnings and unsafe code in tests and examples --- tests/cfail/wrong-threshold.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/cfail/wrong-threshold.rs') diff --git a/tests/cfail/wrong-threshold.rs b/tests/cfail/wrong-threshold.rs index b974071..149f357 100644 --- a/tests/cfail/wrong-threshold.rs +++ b/tests/cfail/wrong-threshold.rs @@ -1,3 +1,4 @@ +#![deny(unsafe_code)] #![deny(warnings)] #![feature(proc_macro)] #![no_std] -- cgit v1.2.3