mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Opt into field bounds for #[derive(ToComputedValue)]
This commit is contained in:
parent
2efd06c12d
commit
4d0bf2ddf9
5 changed files with 55 additions and 46 deletions
|
@ -666,7 +666,7 @@ pub enum GridTemplateComponent<L, I> {
|
|||
/// `none` value.
|
||||
None,
|
||||
/// The grid `<track-list>`
|
||||
TrackList(TrackList<L, I>),
|
||||
TrackList(#[compute(field_bound)] TrackList<L, I>),
|
||||
/// A `subgrid <line-name-list>?`
|
||||
Subgrid(LineNameList),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue