Remove size assertion on AttrWrapper.

It's not an important type when it comes to memory use.
This commit is contained in:
Nicholas Nethercote 2024-08-06 14:05:29 +10:00
parent 2c93fabd98
commit af0093a6b8

View File

@ -490,7 +490,6 @@ mod size_asserts {
use super::*;
// tidy-alphabetical-start
static_assert_size!(AttrWrapper, 16);
static_assert_size!(LazyAttrTokenStreamImpl, 96);
// tidy-alphabetical-end
}