Unreserve begin, end, then, each, unless

This commit is contained in:
Stephen Chung
2021-07-06 09:51:29 +08:00
parent 68270e9b61
commit 9cb7610cc5
3 changed files with 8 additions and 6 deletions

View File

@@ -1421,8 +1421,11 @@ pub struct BinaryExpr {
/// This type is volatile and may change.
#[derive(Debug, Clone, Copy, Eq, PartialEq, Hash)]
pub struct OpAssignment<'a> {
/// Hash of the op-assignment call.
pub hash_op_assign: u64,
/// Hash of the underlying operator call.
pub hash_op: u64,
/// Op-assignment operator.
pub op: &'a str,
}