Optimize scope.

This commit is contained in:
Stephen Chung
2021-05-18 12:40:40 +08:00
parent 70f09d1c84
commit e64dad4e9f
2 changed files with 3 additions and 3 deletions

View File

@@ -2128,7 +2128,7 @@ mod tests {
96
}
);
assert_eq!(size_of::<Scope>(), 288);
assert_eq!(size_of::<Scope>(), 160);
assert_eq!(size_of::<LexError>(), 56);
assert_eq!(
size_of::<ParseError>(),