aboutsummaryrefslogtreecommitdiffstats
path: root/src/to_mdast.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/to_mdast.rs')
-rw-r--r--src/to_mdast.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/to_mdast.rs b/src/to_mdast.rs
index 1ce5826..f00a4d6 100644
--- a/src/to_mdast.rs
+++ b/src/to_mdast.rs
@@ -1751,7 +1751,7 @@ fn on_mismatch_error(
if let Some(left) = left {
format!(" before the end of `{:?}`", left.name)
} else {
- "".into()
+ String::new()
}
));
}