Skip to content

Commit 152d015

Browse files
committed
Fix typo
1 parent 4474896 commit 152d015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generate/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub fn render(d: &Device, target: &Target, nightly: bool, device_x: &mut String)
4646
if *target != Target::CortexM {
4747
out.push(quote! {
4848
#![feature(const_fn)]
49-
#![feature(try_From)]
49+
#![feature(try_from)]
5050
});
5151
}
5252

0 commit comments

Comments
 (0)