fix warnings
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
96cd7368a2
commit
7c7e2f4e37
@ -2,18 +2,14 @@
|
|||||||
#![deny(const_err)]
|
#![deny(const_err)]
|
||||||
#![deny(dead_code)]
|
#![deny(dead_code)]
|
||||||
#![deny(improper_ctypes)]
|
#![deny(improper_ctypes)]
|
||||||
#![deny(legacy_directory_ownership)]
|
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
#![deny(no_mangle_generic_items)]
|
#![deny(no_mangle_generic_items)]
|
||||||
#![deny(non_shorthand_field_patterns)]
|
#![deny(non_shorthand_field_patterns)]
|
||||||
#![deny(overflowing_literals)]
|
#![deny(overflowing_literals)]
|
||||||
#![deny(path_statements)]
|
#![deny(path_statements)]
|
||||||
#![deny(patterns_in_fns_without_body)]
|
#![deny(patterns_in_fns_without_body)]
|
||||||
#![deny(plugin_as_library)]
|
|
||||||
#![deny(private_in_public)]
|
#![deny(private_in_public)]
|
||||||
#![deny(safe_extern_statics)]
|
|
||||||
#![deny(unconditional_recursion)]
|
#![deny(unconditional_recursion)]
|
||||||
#![deny(unions_with_drop_fields)]
|
|
||||||
#![deny(unused_allocation)]
|
#![deny(unused_allocation)]
|
||||||
#![deny(unused_comparisons)]
|
#![deny(unused_comparisons)]
|
||||||
#![deny(unused_parens)]
|
#![deny(unused_parens)]
|
||||||
|
Loading…
Reference in New Issue
Block a user