File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -515,11 +515,11 @@ pub struct PriorityMappings {
515
515
impl PriorityMappings {
516
516
/// Returns the default priority mappings:
517
517
///
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)
523
523
pub fn new ( ) -> PriorityMappings {
524
524
Self {
525
525
error : Priority :: Error ,
You can’t perform that action at this time.
0 commit comments