Skip to content

Commit 1a1681f

Browse files
authored
Merge pull request #83 from phrohdoh/fix/reader-utils-fn-docs-first_char
fix: docs for reader::first_char now no longer incorrectly state `None` may be returned
2 parents 69565b2 + da87ec4 commit 1a1681f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/reader.rs

-3
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ use std::io::BufRead;
5555

5656
/// Returns the first character of a string slice.
5757
///
58-
/// If `input` is not empty, then its first char will be returned. Otherwise,
59-
/// `None` is returned.
60-
///
6158
/// # Panics
6259
///
6360
/// This function will panic if `input` is an empty string slice.

0 commit comments

Comments
 (0)