Skip to content

Commit

Permalink
docs: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Oct 8, 2024
1 parent 19d2dff commit e08fe61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parsers/string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ impl Value {
}

fn add_byte(&mut self, byte: u8) {
// todo: return an error if we try to push a new byte but the end of the
// string has been reached.
self.bytes.push(byte);
self.bytes_counter += 1;
}
Expand Down

0 comments on commit e08fe61

Please sign in to comment.