diff --git a/src/fmt/parasplit.rs b/src/fmt/parasplit.rs index 4efc623f5..bfde0ecfd 100644 --- a/src/fmt/parasplit.rs +++ b/src/fmt/parasplit.rs @@ -213,7 +213,7 @@ pub struct Paragraph { // an iterator producing a stream of paragraphs from a stream of lines // given a set of options. pub struct ParagraphStream<'a> { - lines : Peekable>, + lines : Peekable>, next_mail : bool, opts : &'a FmtOptions, }