mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-09-29 22:10:38 +00:00
docs: fix backporting error in attributes (#2780)
There was an error when backporting #1378 (here: #1418) and a trailing dot (.) was forgotten (which was breaking the link). Fixed also the link to `std::fmt::Debug`.
This commit is contained in:
parent
4161d8137d
commit
f622a1e83e
@ -96,10 +96,10 @@ mod expand;
|
||||
/// By default, all arguments to the function are included as fields on the
|
||||
/// span. Arguments that are `tracing` [primitive types] implementing the
|
||||
/// [`Value` trait] will be recorded as fields of that type. Types which do
|
||||
/// not implement `Value` will be recorded using [`std::fmt::Debug`].
|
||||
/// not implement `Value` will be recorded using [`fmt::Debug`].
|
||||
///
|
||||
/// [primitive types]: https://docs.rs/tracing/latest/tracing/field/trait.Value.html#foreign-impls
|
||||
/// [`Value` trait]: https://docs.rs/tracing/latest/tracing/field/trait.Value.html.
|
||||
/// [`Value` trait]: https://docs.rs/tracing/latest/tracing/field/trait.Value.html
|
||||
///
|
||||
/// # Overriding Span Attributes
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user