appender: Fix typo in RollingFileAppender docs (#2375)

The `MakeWriter` trait comes from the `tracing-subscriber` crate,
not `tracing-appender`.
This commit is contained in:
Yotam Ofek 2022-11-10 22:31:08 +02:00 committed by Eliza Weisman
parent 6bd3d40d2b
commit e48d2471fa

View File

@ -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