Skip to content

Commit 31620ee

Browse files
committed
0.8.1 cleanup before release :)
1 parent 91445b6 commit 31620ee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/parser.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,9 @@ impl<'a> Parser<'a> {
219219
pub fn new(source: &'a str) -> Self {
220220
Parser {
221221
source: source,
222-
// bytes: source.as_bytes(),
223222
byte_ptr: source.as_ptr(),
224223
index: 0,
225-
length: source.len() as usize,
224+
length: source.len(),
226225
}
227226
}
228227

0 commit comments

Comments
 (0)