commit | f2b786072f13659423655e3364a553488e50248a | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Tue Nov 06 20:42:37 2018 -0800 |
committer | David Tolnay <dtolnay@gmail.com> | Tue Nov 06 20:42:37 2018 -0800 |
tree | 60732abb046a9a09237bf89c94d04a553b86fe6a | |
parent | db312587463ae53e4917c85559320031cdffabd8 [diff] [blame] |
Fix missing end of code block in doc
diff --git a/src/parse.rs b/src/parse.rs index a6afe01..28de2b9 100644 --- a/src/parse.rs +++ b/src/parse.rs
@@ -689,6 +689,7 @@ /// } /// # /// # fn main() {} + /// ``` pub fn is_empty(&self) -> bool { self.cursor().eof() }