Skip to content

Commit

Permalink
Update tracing-subscriber/src/fmt/fmt_subscriber.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Eliza Weisman <[email protected]>
  • Loading branch information
wagenet and hawkw authored Mar 30, 2022
1 parent 71d55ce commit 3923b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tracing-subscriber/src/fmt/fmt_subscriber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ impl<C, N, E, W> Subscriber<C, N, E, W> {
&mut self.make_writer
}

/// Changes whether this should use ansi colors.
/// Sets whether this subscriber should use ANSI terminal formatting
/// escape codes (such as colors).
///
/// This method is primarily expected to be used with the
/// [`reload::Handle::modify`](crate::reload::Handle::modify) method when changing
Expand Down

0 comments on commit 3923b8f

Please sign in to comment.