It's somewhat hard to decide when the divider should / shouldn't be there as the triagebot-added text oscillates between being there and not (and data remains there), so just remove it for now.
@@ -35,7 +35,7 @@ pub struct EditIssueBody<'a> {
id: &'static str,
}
-static START_BOT: &str = "<!-- TRIAGEBOT_START -->\n\n----\n";
+static START_BOT: &str = "<!-- TRIAGEBOT_START -->\n\n";
static END_BOT: &str = "<!-- TRIAGEBOT_END -->";
impl<'a> EditIssueBody<'a> {