Skip to content

Commit f811a25

Browse files
committed
remove the const_fn feature gate
it doesn't seem to be needed anymore
1 parent 08ef293 commit f811a25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/generate/device.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ pub fn render(d: &Device, target: &Target, nightly: bool, device_x: &mut String)
4545

4646
if *target != Target::CortexM {
4747
out.push(quote! {
48-
#![feature(const_fn)]
4948
#![feature(try_from)]
5049
});
5150
}

0 commit comments

Comments
 (0)