Skip to content

Commit 591dd8b

Browse files
authored
Try #421:
2 parents 23e3805 + 73cdbfb commit 591dd8b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/generate/device.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,14 @@ pub fn render(
4141
#![deny(const_err)]
4242
#![deny(dead_code)]
4343
#![deny(improper_ctypes)]
44-
#![deny(legacy_directory_ownership)]
4544
#![deny(missing_docs)]
4645
#![deny(no_mangle_generic_items)]
4746
#![deny(non_shorthand_field_patterns)]
4847
#![deny(overflowing_literals)]
4948
#![deny(path_statements)]
5049
#![deny(patterns_in_fns_without_body)]
51-
#![deny(plugin_as_library)]
5250
#![deny(private_in_public)]
53-
#![deny(safe_extern_statics)]
5451
#![deny(unconditional_recursion)]
55-
#![deny(unions_with_drop_fields)]
5652
#![deny(unused_allocation)]
5753
#![deny(unused_comparisons)]
5854
#![deny(unused_parens)]

0 commit comments

Comments
 (0)