mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
fixup! Update arrayvec.
This commit is contained in:
parent
0625ab92b8
commit
1f272b7e88
1 changed files with 5 additions and 2 deletions
|
@ -2592,8 +2592,11 @@ impl SourcePropertyDeclaration {
|
|||
|
||||
/// Return type of SourcePropertyDeclaration::drain
|
||||
pub struct SourcePropertyDeclarationDrain<'a> {
|
||||
declarations: ArrayVecDrain<'a, PropertyDeclaration, ${max(len(s.sub_properties) for s in data.shorthands_except_all()) \
|
||||
if data.shorthands_except_all() else 0}>,
|
||||
declarations: ArrayVecDrain<
|
||||
'a, PropertyDeclaration,
|
||||
${max(len(s.sub_properties) for s in data.shorthands_except_all()) \
|
||||
if data.shorthands_except_all() else 0}
|
||||
>,
|
||||
all_shorthand: AllShorthand,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue