From 0f0750df52c5629b8827be8e04f0366f56b0898a Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Sat, 31 Dec 2016 10:39:48 -0800 Subject: [PATCH] Fix unreachable code warning in parse::summary::parse_level --- src/parse/summary.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parse/summary.rs b/src/parse/summary.rs index a4c87a9c..5b73e448 100644 --- a/src/parse/summary.rs +++ b/src/parse/summary.rs @@ -37,7 +37,7 @@ fn parse_level(summary: &mut Vec<&str>, current_level: i32, mut section: Vec