parser: remove ununsed(no reads) max_angle_bracket_count field
This commit is contained in:
parent
a77f76e263
commit
9bd175c8a2
2 changed files with 0 additions and 4 deletions
|
@ -299,7 +299,6 @@ impl<'a> Parser<'a> {
|
|||
// parsing a new path.
|
||||
if style == PathStyle::Expr {
|
||||
self.unmatched_angle_bracket_count = 0;
|
||||
self.max_angle_bracket_count = 0;
|
||||
}
|
||||
|
||||
// Generic arguments are found - `<`, `(`, `::<` or `::(`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue