diff options
Diffstat (limited to 'tests/cfail/init.rs')
-rw-r--r-- | tests/cfail/init.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cfail/init.rs b/tests/cfail/init.rs index 73643b11..d2823e3f 100644 --- a/tests/cfail/init.rs +++ b/tests/cfail/init.rs @@ -1,3 +1,4 @@ +#![deny(unsafe_code)] #![deny(warnings)] #![feature(proc_macro)] #![no_std] |