Skip to content

Commit 3ca8470

Browse files
little-dudehawkw
andauthored
Update tracing-journald/src/lib.rs
Co-authored-by: Eliza Weisman <[email protected]>
1 parent 0d2b814 commit 3ca8470

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tracing-journald/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,9 @@ pub enum Priority {
431431
Debug = b'7',
432432
}
433433

434-
/// Mappings from the tracing levels to the journald priorities.
434+
/// Mappings from tracing [`Level`]s to journald [priorities].
435+
///
436+
/// [priorities]: Priority
435437
#[derive(Debug, Clone)]
436438
pub struct PriorityMappings {
437439
/// Priority mapped to the `ERROR` level

0 commit comments

Comments
 (0)