diff --git a/console-subscriber/src/lib.rs b/console-subscriber/src/lib.rs index 26f2d1a98..4d2d822c7 100644 --- a/console-subscriber/src/lib.rs +++ b/console-subscriber/src/lib.rs @@ -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. ///