mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-03 06:27:45 +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
|
// an iterator producing a stream of paragraphs from a stream of lines
|
||||||
// given a set of options.
|
// given a set of options.
|
||||||
pub struct ParagraphStream<'a> {
|
pub struct ParagraphStream<'a> {
|
||||||
lines : Peekable<Line, FileLines<'a>>,
|
lines : Peekable<FileLines<'a>>,
|
||||||
next_mail : bool,
|
next_mail : bool,
|
||||||
opts : &'a FmtOptions,
|
opts : &'a FmtOptions,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue