Skip to content

Commit

Permalink
Ignore dead code warning on TracingReader
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Aug 28, 2023
1 parent 6c63eb9 commit 06fabc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-harness/src/tracing_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ use tracing::instrument;
use super::Event;

/// A task to read JSON tracing log events output by `ghid-ng` and send them over a channel.
#[allow(dead_code)]
pub struct TracingReader {
sender: mpsc::Sender<Event>,
lines: Lines<BufReader<File>>,
Expand Down

0 comments on commit 06fabc3

Please sign in to comment.