mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
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
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user