Mark LineIterator as public so its docs get generated.
This commit is contained in:
parent
dd8b011319
commit
e9c30ebaaf
1 changed files with 1 additions and 1 deletions
|
@ -1058,7 +1058,7 @@ impl<T: Reader + Writer> Stream for T {}
|
|||
/// Raises the same conditions as the `read` method except for `EndOfFile`
|
||||
/// which is swallowed.
|
||||
/// Iteration yields `None` if the condition is handled.
|
||||
struct LineIterator<'r, T> {
|
||||
pub struct LineIterator<'r, T> {
|
||||
priv buffer: &'r mut T,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue