Skip to content

Commit

Permalink
Merge branch 'v0.1.x' into subscriber_context_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Mar 1, 2024
2 parents eff41fe + 571c530 commit ca89c3c
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 11 deletions.
3 changes: 2 additions & 1 deletion tracing-appender/src/lib.rs
Expand Up @@ -153,7 +153,8 @@
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
private_interfaces,
private_bounds,
unconditional_recursion,
unused,
unused_allocation,
Expand Down
3 changes: 2 additions & 1 deletion tracing-attributes/src/lib.rs
Expand Up @@ -70,7 +70,8 @@
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
private_interfaces,
private_bounds,
unconditional_recursion,
unused_allocation,
unused_comparisons,
Expand Down
3 changes: 2 additions & 1 deletion tracing-core/src/lib.rs
Expand Up @@ -135,7 +135,8 @@
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
private_interfaces,
private_bounds,
unconditional_recursion,
unused,
unused_allocation,
Expand Down
4 changes: 3 additions & 1 deletion tracing-error/src/lib.rs
Expand Up @@ -183,6 +183,7 @@
html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png",
issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
)]
#![allow(clippy::needless_doctest_main)]
#![warn(
missing_debug_implementations,
missing_docs,
Expand All @@ -196,7 +197,8 @@
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
private_interfaces,
private_bounds,
unconditional_recursion,
unused,
unused_allocation,
Expand Down
3 changes: 2 additions & 1 deletion tracing-flame/src/lib.rs
Expand Up @@ -124,7 +124,8 @@
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
private_interfaces,
private_bounds,
unconditional_recursion,
unused,
unused_allocation,
Expand Down
3 changes: 2 additions & 1 deletion tracing-futures/src/lib.rs
Expand Up @@ -87,7 +87,8 @@
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
private_interfaces,
private_bounds,
unconditional_recursion,
unused,
unused_allocation,
Expand Down
3 changes: 2 additions & 1 deletion tracing-log/src/lib.rs
Expand Up @@ -112,7 +112,8 @@
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
private_interfaces,
private_bounds,
unconditional_recursion,
unused,
unused_allocation,
Expand Down
3 changes: 2 additions & 1 deletion tracing-serde/src/lib.rs
Expand Up @@ -174,7 +174,8 @@
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
private_interfaces,
private_bounds,
unconditional_recursion,
unused,
unused_allocation,
Expand Down
3 changes: 2 additions & 1 deletion tracing-subscriber/src/lib.rs
Expand Up @@ -186,7 +186,8 @@
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
private_interfaces,
private_bounds,
unconditional_recursion,
unused,
unused_allocation,
Expand Down
3 changes: 2 additions & 1 deletion tracing-tower/src/lib.rs
Expand Up @@ -16,7 +16,8 @@
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
private_interfaces,
private_bounds,
unconditional_recursion,
unused,
unused_allocation,
Expand Down
3 changes: 2 additions & 1 deletion tracing/src/lib.rs
Expand Up @@ -929,7 +929,8 @@
overflowing_literals,
path_statements,
patterns_in_fns_without_body,
private_in_public,
private_interfaces,
private_bounds,
unconditional_recursion,
unused,
unused_allocation,
Expand Down

0 comments on commit ca89c3c

Please sign in to comment.