Fix warning in wrong-threshold cfail test

This commit is contained in:
Jonas Schievink 2017-09-22 13:46:30 +02:00
parent 21d1f6b9ad
commit b1777ebd68

View file

@ -1,5 +1,4 @@
#![deny(warnings)] #![deny(warnings)]
#![feature(const_fn)]
#![feature(proc_macro)] #![feature(proc_macro)]
#![no_std] #![no_std]
@ -46,4 +45,4 @@ fn exti0(mut ot: &mut Threshold, r: EXTI0::Resources) {
}); });
} }
fn exti1(_t: &mut Threshold, r: EXTI1::Resources) {} fn exti1(_t: &mut Threshold, _r: EXTI1::Resources) {}