Skip to content

Commit

Permalink
chore: drop unused structure to make clippy happy (#548)
Browse files Browse the repository at this point in the history
We don't use it anymore in our codebase.

Signed-off-by: hi-rustin <rustin.liu@gmail.com>
  • Loading branch information
Rustin170506 authored May 8, 2024
1 parent 3193fde commit f913a7b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions console-subscriber/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,6 @@ enum WakeOp {
Drop,
}

/// Marker type used to indicate that a span is actually tracked by the console.
#[derive(Debug)]
struct Tracked {}

impl ConsoleLayer {
/// Returns a `ConsoleLayer` built with the default settings.
///
Expand Down

0 comments on commit f913a7b

Please sign in to comment.