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.
2 parents 23e3805 + 73cdbfb commit 474dd00Copy full SHA for 474dd00
src/generate/device.rs
@@ -41,18 +41,14 @@ pub fn render(
41
#![deny(const_err)]
42
#![deny(dead_code)]
43
#![deny(improper_ctypes)]
44
- #![deny(legacy_directory_ownership)]
45
#![deny(missing_docs)]
46
#![deny(no_mangle_generic_items)]
47
#![deny(non_shorthand_field_patterns)]
48
#![deny(overflowing_literals)]
49
#![deny(path_statements)]
50
#![deny(patterns_in_fns_without_body)]
51
- #![deny(plugin_as_library)]
52
#![deny(private_in_public)]
53
- #![deny(safe_extern_statics)]
54
#![deny(unconditional_recursion)]
55
- #![deny(unions_with_drop_fields)]
56
#![deny(unused_allocation)]
57
#![deny(unused_comparisons)]
58
#![deny(unused_parens)]
0 commit comments