mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-09-28 13:31:52 +00:00
appender: Fix typo in RollingFileAppender docs (#2375)
The `MakeWriter` trait comes from the `tracing-subscriber` crate, not `tracing-appender`.
This commit is contained in:
parent
6bd3d40d2b
commit
e48d2471fa
@ -46,7 +46,7 @@ pub use builder::{Builder, InitError};
|
||||
/// writes without blocking the current thread.
|
||||
///
|
||||
/// Additionally, `RollingFileAppender` also implements the [`MakeWriter`]
|
||||
/// trait from `tracing-appender`, so it may also be used
|
||||
/// trait from `tracing-subscriber`, so it may also be used
|
||||
/// directly, without [`NonBlocking`].
|
||||
///
|
||||
/// [write]: std::io::Write
|
||||
|
Loading…
x
Reference in New Issue
Block a user