Remove size assertion on AttrWrapper
.
It's not an important type when it comes to memory use.
This commit is contained in:
parent
2c93fabd98
commit
af0093a6b8
1 changed files with 0 additions and 1 deletions
|
@ -490,7 +490,6 @@ mod size_asserts {
|
||||||
|
|
||||||
use super::*;
|
use super::*;
|
||||||
// tidy-alphabetical-start
|
// tidy-alphabetical-start
|
||||||
static_assert_size!(AttrWrapper, 16);
|
|
||||||
static_assert_size!(LazyAttrTokenStreamImpl, 96);
|
static_assert_size!(LazyAttrTokenStreamImpl, 96);
|
||||||
// tidy-alphabetical-end
|
// tidy-alphabetical-end
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue