Skip to content

Commit acb3a40

Browse files
d-e-s-ojoshka
andauthored
Update tracing-subscriber/src/fmt/writer.rs
Co-authored-by: Josh McKinney <joshka@users.noreply.github.com>
1 parent 00ab32a commit acb3a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-subscriber/src/fmt/writer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ pub struct MutexGuardWriter<'a, W>(MutexGuard<'a, W>);
496496
/// `TestWriter` is used by [`fmt::Collector`] or [`fmt::Subscriber`] to enable capturing support.
497497
///
498498
/// `cargo test` can only capture output from the standard library's [`print!`] and [`eprint!`]
499-
/// macros. See [`libtest`'s output capturing][capturing] for more details about output capturing.
499+
/// macros. See [`libtest`'s output capturing][capturing] and [rust-lang/rust#90785](https://github.com/rust-lang/rust/issues/90785) for more details about output capturing.
500500
///
501501
/// Writing to [`io::stdout`] and [`io::stderr`] produces the same results as using
502502
/// [`libtest`'s `--nocapture` option][nocapture] which may make the results look unreadable.

0 commit comments

Comments
 (0)