Skip to content

Commit af0093a

Browse files
committed
Remove size assertion on AttrWrapper.
It's not an important type when it comes to memory use.
1 parent 2c93fab commit af0093a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_parse/src/parser/attr_wrapper.rs

-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ mod size_asserts {
490490

491491
use super::*;
492492
// tidy-alphabetical-start
493-
static_assert_size!(AttrWrapper, 16);
494493
static_assert_size!(LazyAttrTokenStreamImpl, 96);
495494
// tidy-alphabetical-end
496495
}

0 commit comments

Comments
 (0)