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 e7ca4fb commit fa2e372Copy full SHA for fa2e372
src/generate/device.rs
@@ -59,7 +59,7 @@ pub fn render(d: &Device, config: &Config, device_x: &mut String) -> Result<Toke
59
#![allow(non_camel_case_types)]
60
#![allow(non_snake_case)]
61
#![no_std]
62
- #![cfg_attr(docsrs, feature(doc_auto_cfg))]
+ #![cfg_attr(docsrs, feature(doc_cfg))]
63
});
64
}
65
0 commit comments