Skip to content

Commit

Permalink
rm second-person
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed Oct 26, 2020
1 parent a04ec6f commit 6ca7f3e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tracing-subscriber/src/fmt/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ use std::{
/// ```
///
/// A closure can be used to introduce arbitrary logic into how the writer is
/// created. For example, this will send every 5th event to stderr, and all
/// other events to stdout (why you would actually want to do this, I have no
/// idea, but you _can_):
/// created. Consider the (admittedly rather silly) example of sending every 5th
/// event to stderr, and all other events to stdout:
///
/// ```
/// use std::io;
Expand Down

0 comments on commit 6ca7f3e

Please sign in to comment.