Skip to content

Commit 144982d

Browse files
committed
added in lib file to pass clippy checks
1 parent 374494c commit 144982d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tracing-journald/src/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -515,11 +515,11 @@ pub struct PriorityMappings {
515515
impl PriorityMappings {
516516
/// Returns the default priority mappings:
517517
///
518-
/// - [`tracing::Level::ERROR`]: [`Priority::Error`] (3)
519-
/// - [`tracing::Level::WARN`]: [`Priority::Warning`] (4)
520-
/// - [`tracing::Level::INFO`]: [`Priority::Notice`] (5)
521-
/// - [`tracing::Level::DEBUG`]: [`Priority::Informational`] (6)
522-
/// - [`tracing::Level::TRACE`]: [`Priority::Debug`] (7)
518+
/// - [`tracing::Level::ERROR`][]: [`Priority::Error`] (3)
519+
/// - [`tracing::Level::WARN`][]: [`Priority::Warning`] (4)
520+
/// - [`tracing::Level::INFO`][]: [`Priority::Notice`] (5)
521+
/// - [`tracing::Level::DEBUG`][]: [`Priority::Informational`] (6)
522+
/// - [`tracing::Level::TRACE`][]: [`Priority::Debug`] (7)
523523
pub fn new() -> PriorityMappings {
524524
Self {
525525
error: Priority::Error,

0 commit comments

Comments
 (0)