chore: correct the usage of a legacy numeric constant
This commit is contained in:
@@ -1337,7 +1337,7 @@ impl UntypedExpr {
|
||||
match self {
|
||||
Self::BinOp { name, .. } => name.precedence(),
|
||||
Self::PipeLine { .. } => 0,
|
||||
_ => std::u8::MAX,
|
||||
_ => u8::MAX,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user