mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-09-30 14:30:42 +00:00
all: remove removed warnings (#506)
These warnings have been removed as of
1465351c3d
,
and the noise they generate is a bit annoying. Removing them.
This commit is contained in:
parent
a088be3b10
commit
ed26b22156
@ -45,15 +45,12 @@
|
||||
const_err,
|
||||
dead_code,
|
||||
improper_ctypes,
|
||||
legacy_directory_ownership,
|
||||
non_shorthand_field_patterns,
|
||||
no_mangle_generic_items,
|
||||
overflowing_literals,
|
||||
path_statements,
|
||||
patterns_in_fns_without_body,
|
||||
plugin_as_library,
|
||||
private_in_public,
|
||||
safe_extern_statics,
|
||||
unconditional_recursion,
|
||||
unused,
|
||||
unused_allocation,
|
||||
|
@ -79,15 +79,12 @@
|
||||
const_err,
|
||||
dead_code,
|
||||
improper_ctypes,
|
||||
legacy_directory_ownership,
|
||||
non_shorthand_field_patterns,
|
||||
no_mangle_generic_items,
|
||||
overflowing_literals,
|
||||
path_statements,
|
||||
patterns_in_fns_without_body,
|
||||
plugin_as_library,
|
||||
private_in_public,
|
||||
safe_extern_statics,
|
||||
unconditional_recursion,
|
||||
unused,
|
||||
unused_allocation,
|
||||
|
@ -56,15 +56,12 @@
|
||||
const_err,
|
||||
dead_code,
|
||||
improper_ctypes,
|
||||
legacy_directory_ownership,
|
||||
non_shorthand_field_patterns,
|
||||
no_mangle_generic_items,
|
||||
overflowing_literals,
|
||||
path_statements,
|
||||
patterns_in_fns_without_body,
|
||||
plugin_as_library,
|
||||
private_in_public,
|
||||
safe_extern_statics,
|
||||
unconditional_recursion,
|
||||
unused,
|
||||
unused_allocation,
|
||||
|
@ -96,15 +96,12 @@
|
||||
const_err,
|
||||
dead_code,
|
||||
improper_ctypes,
|
||||
legacy_directory_ownership,
|
||||
non_shorthand_field_patterns,
|
||||
no_mangle_generic_items,
|
||||
overflowing_literals,
|
||||
path_statements,
|
||||
patterns_in_fns_without_body,
|
||||
plugin_as_library,
|
||||
private_in_public,
|
||||
safe_extern_statics,
|
||||
unconditional_recursion,
|
||||
unused,
|
||||
unused_allocation,
|
||||
|
@ -7,17 +7,13 @@
|
||||
const_err,
|
||||
dead_code,
|
||||
improper_ctypes,
|
||||
legacy_directory_ownership,
|
||||
non_shorthand_field_patterns,
|
||||
no_mangle_generic_items,
|
||||
overflowing_literals,
|
||||
path_statements,
|
||||
patterns_in_fns_without_body,
|
||||
plugin_as_library,
|
||||
private_in_public,
|
||||
safe_extern_statics,
|
||||
unconditional_recursion,
|
||||
|
||||
unused,
|
||||
unused_allocation,
|
||||
unused_comparisons,
|
||||
|
@ -61,15 +61,12 @@
|
||||
const_err,
|
||||
dead_code,
|
||||
improper_ctypes,
|
||||
legacy_directory_ownership,
|
||||
non_shorthand_field_patterns,
|
||||
no_mangle_generic_items,
|
||||
overflowing_literals,
|
||||
path_statements,
|
||||
patterns_in_fns_without_body,
|
||||
plugin_as_library,
|
||||
private_in_public,
|
||||
safe_extern_statics,
|
||||
unconditional_recursion,
|
||||
unused,
|
||||
unused_allocation,
|
||||
|
@ -7,17 +7,13 @@
|
||||
const_err,
|
||||
dead_code,
|
||||
improper_ctypes,
|
||||
legacy_directory_ownership,
|
||||
non_shorthand_field_patterns,
|
||||
no_mangle_generic_items,
|
||||
overflowing_literals,
|
||||
path_statements,
|
||||
patterns_in_fns_without_body,
|
||||
plugin_as_library,
|
||||
private_in_public,
|
||||
safe_extern_statics,
|
||||
unconditional_recursion,
|
||||
|
||||
unused,
|
||||
unused_allocation,
|
||||
unused_comparisons,
|
||||
|
@ -633,15 +633,12 @@
|
||||
const_err,
|
||||
dead_code,
|
||||
improper_ctypes,
|
||||
legacy_directory_ownership,
|
||||
non_shorthand_field_patterns,
|
||||
no_mangle_generic_items,
|
||||
overflowing_literals,
|
||||
path_statements,
|
||||
patterns_in_fns_without_body,
|
||||
plugin_as_library,
|
||||
private_in_public,
|
||||
safe_extern_statics,
|
||||
unconditional_recursion,
|
||||
unused,
|
||||
unused_allocation,
|
||||
|
Loading…
x
Reference in New Issue
Block a user