Skip to content

Commit

Permalink
Drop the explicit target for LoggingConfig
Browse files Browse the repository at this point in the history
Cargo doc errored noting that the explicit target is redundent, so
remove it to fix the error.
  • Loading branch information
SpinFast committed Oct 26, 2023
1 parent b91bb30 commit 964be75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/src/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//! and serialization into the buffer. When it's time to copy the data into the circular buffer, the
//! implementation takes a short critical section.
//!
//! See [`LoggingConfig`](crate::log::LoggingConfig) to learn more about the runtime filters.
//! See [`LoggingConfig`] to learn more about the runtime filters.
//! See the `log` package documentation to learn about static filters.

mod filters;
Expand Down

0 comments on commit 964be75

Please sign in to comment.