aboutsummaryrefslogtreecommitdiffstats
path: root/src/mdast.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/mdast.rs')
-rw-r--r--src/mdast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdast.rs b/src/mdast.rs
index f0ca902..7f3ac75 100644
--- a/src/mdast.rs
+++ b/src/mdast.rs
@@ -250,7 +250,7 @@ impl ToString for Node {
| Node::Image(_)
| Node::ImageReference(_)
| Node::ThematicBreak(_)
- | Node::Definition(_) => "".into(),
+ | Node::Definition(_) => String::new(),
}
}
}