Add documentation for Parser::arg_places
This commit is contained in:
parent
bde2be0b1c
commit
f487e39e91
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ pub struct Parser<'a> {
|
|||
style: Option<usize>,
|
||||
/// How many newlines have been seen in the string so far, to adjust the error spans
|
||||
seen_newlines: usize,
|
||||
/// Start and end byte offset of every successfuly parsed argument
|
||||
pub arg_places: Vec<(usize, usize)>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue