Skip to content

Commit 592d766

Browse files
committed
docs: fix backporting error in attributes (tokio-rs#2780)
There was an error when backporting tokio-rs#1378 (here: tokio-rs#1418) and a trailing dot (.) was forgotten (which was breaking the link). Fixed also the link to `std::fmt::Debug`.
1 parent 80f3b81 commit 592d766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-attributes/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ mod expand;
9494
/// By default, all arguments to the function are included as fields on the
9595
/// span. Arguments that are `tracing` [primitive types] implementing the
9696
/// [`Value` trait] will be recorded as fields of that type. Types which do
97-
/// not implement `Value` will be recorded using [`std::fmt::Debug`].
97+
/// not implement `Value` will be recorded using [`fmt::Debug`].
9898
///
9999
/// [primitive types]: https://docs.rs/tracing/latest/tracing/field/trait.Value.html#foreign-impls
100100
/// [`Value` trait]: https://docs.rs/tracing/latest/tracing/field/trait.Value.html

0 commit comments

Comments
 (0)