Skip to content

Commit 542f431

Browse files
committed
fix rotation links
1 parent 4e11097 commit 542f431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-appender/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//! # }
3535
//! ```
3636
//! This creates an hourly rotating file appender that writes to `/some/directory/prefix.log.YYYY-MM-DD-HH`.
37-
//! [`Rotation::DAILY`] and [`Rotation::NEVER`] are the other available options.
37+
//! [`Rotation::DAILY`](rolling::Rotation::DAILY) and [`Rotation::NEVER`](rolling::Rotation::NEVER) are the other available options.
3838
//!
3939
//! The file appender implements [`std::io::Write`][write]. To be used with [`tracing_subscriber::FmtSubscriber`][fmt_subscriber],
4040
//! it must be combined with a [`MakeWriter`][make_writer] implementation to be able to record tracing spans/event.

0 commit comments

Comments
 (0)