1diff --git a/pulldown-cmark-mdcat/src/terminal/osc.rs b/pulldown-cmark-mdcat/src/terminal/osc.rs
2index 8fa2db6..dc2a2da 100644
3--- a/pulldown-cmark-mdcat/src/terminal/osc.rs
4+++ b/pulldown-cmark-mdcat/src/terminal/osc.rs
5@@ -20,9 +20,6 @@ pub fn write_osc<W: Write + ?Sized>(writer: &mut W, command: &str) -> Result<()>
6 Ok(())
7 }
8
9-#[derive(Debug, PartialEq, Eq, Copy, Clone)]
10-pub struct Osc8Links;
11-
12 /// Whether the given `url` needs to get an explicit host.
13 ///
14 /// [OSC 8] links require that `file://` URLs give an explicit hostname, as