We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
None
1 parent 69565b2 commit da87ec4Copy full SHA for da87ec4
src/reader.rs
@@ -55,9 +55,6 @@ use std::io::BufRead;
55
56
/// Returns the first character of a string slice.
57
///
58
-/// If `input` is not empty, then its first char will be returned. Otherwise,
59
-/// `None` is returned.
60
-///
61
/// # Panics
62
63
/// This function will panic if `input` is an empty string slice.
0 commit comments