chore: Remove deprecated usize::max_value (#82)
Signed-off-by: Xuanwo <github@xuanwo.io>
This commit is contained in:
parent
8be87eb774
commit
5f26c94dce
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ pub fn rule_node(input: Input) -> IResult<Input, GreenElement, ()> {
|
|||
let mut parser = map(
|
||||
tuple((
|
||||
space0,
|
||||
take_while_m_n(5, usize::max_value(), |c| c == '-'),
|
||||
take_while_m_n(5, usize::MAX, |c| c == '-'),
|
||||
space0,
|
||||
eol_or_eof,
|
||||
blank_lines,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue