Skip to content

Commit

Permalink
tracing: fix extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky committed Sep 26, 2023
1 parent 37db346 commit 10d1084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing/src/lib.rs
Expand Up @@ -214,7 +214,7 @@
//! ### Configuring Attributes
//!
//! Both macros require a [`Level`] specifying the verbosity of the span or
//! event. Optionally, the, [target] and [parent span] may be overridden. If the
//! event. Optionally, the [target] and [parent span] may be overridden. If the
//! target and parent span are not overridden, they will default to the
//! module path where the macro was invoked and the current span (as determined
//! by the subscriber), respectively.
Expand Down

0 comments on commit 10d1084

Please sign in to comment.