We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebce6fb commit 7b622d3Copy full SHA for 7b622d3
src/generate/device.rs
@@ -52,7 +52,6 @@ pub fn render(d: &Device, config: &Config, device_x: &mut String) -> Result<Toke
52
if !config.make_mod {
53
out.extend(quote! {
54
// Deny a subset of warnings
55
- #![deny(const_err)]
56
#![deny(dead_code)]
57
#![deny(improper_ctypes)]
58
#![deny(missing_docs)]
0 commit comments