diff --git a/gemtext/src/lib.rs b/gemtext/src/lib.rs index ca56b0c..e350b95 100644 --- a/gemtext/src/lib.rs +++ b/gemtext/src/lib.rs @@ -82,7 +82,7 @@ pub fn render(nodes: Vec, out: &mut impl Write) -> io::Result<()> { } /// Individual nodes of the document. Each node correlates to a line in the file. -#[derive(Debug, PartialEq, Eq)] +#[derive(Debug, PartialEq, Eq, Clone)] pub enum Node { /// Text lines are the most fundamental line type - any line which does not /// match the definition of another line type defined below defaults to