make gemtext::Node `Clone`
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Melody Horn 2020-10-05 04:38:19 -06:00
parent d437ac6e8f
commit c07d81077a
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ pub fn render(nodes: Vec<Node>, 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