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 4474896 commit 152d015Copy full SHA for 152d015
src/generate/device.rs
@@ -46,7 +46,7 @@ pub fn render(d: &Device, target: &Target, nightly: bool, device_x: &mut String)
46
if *target != Target::CortexM {
47
out.push(quote! {
48
#![feature(const_fn)]
49
- #![feature(try_From)]
+ #![feature(try_from)]
50
});
51
}
52
0 commit comments