mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 13:37:48 +00:00
fmt: iter::Peekable changes
This commit is contained in:
parent
9c75b2ddab
commit
8021b491f6
1 changed files with 1 additions and 1 deletions
|
@ -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<Line, FileLines<'a>>,
|
||||
lines : Peekable<FileLines<'a>>,
|
||||
next_mail : bool,
|
||||
opts : &'a FmtOptions,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue