diff --git a/lib.rs b/lib.rs index 469806c..cd12f1b 100644 --- a/lib.rs +++ b/lib.rs @@ -531,7 +531,7 @@ fn get_balanced<'a>( } else { *result.to_mut() += line; } - if level == 0 && !in_quote { + if level == 0 { return Ok(result); } line = if let Some(l) = lines.next() { @@ -912,11 +912,6 @@ ixyz = [ "arrays" ] ] -replace = """ - -## [Unreleased] - ReleaseDate -""" - [dev-dependencies] ## dep1 dep1 = {