mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 07:20:35 +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.
|
/// writes without blocking the current thread.
|
||||||
///
|
///
|
||||||
/// Additionally, `RollingFileAppender` also implements the [`MakeWriter`]
|
/// 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`].
|
/// directly, without [`NonBlocking`].
|
||||||
///
|
///
|
||||||
/// [write]: std::io::Write
|
/// [write]: std::io::Write
|
||||||
|
Loading…
x
Reference in New Issue
Block a user