We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568837f commit 776dbe9Copy full SHA for 776dbe9
1 file changed
src/reader.rs
@@ -214,6 +214,7 @@ impl NBReader {
214
/// See [`NBReader::read_until`]
215
///
216
/// Note that when used with a tty the lines end with \r\n
217
+#[non_exhaustive]
218
pub enum ReadUntil {
219
/// Searches for string (use '\n'.`to_string()` to search for newline).
220
0 commit comments