We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08ef293 commit f811a25Copy full SHA for f811a25
src/generate/device.rs
@@ -45,7 +45,6 @@ pub fn render(d: &Device, target: &Target, nightly: bool, device_x: &mut String)
45
46
if *target != Target::CortexM {
47
out.push(quote! {
48
- #![feature(const_fn)]
49
#![feature(try_from)]
50
});
51
}
0 commit comments