-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Rename detailed_layout_info to specific_layout_info #35078
Copy link
Copy link
Closed
Labels
A-layout/2020https://github.com/servo/servo/wiki/Layout-2020https://github.com/servo/servo/wiki/Layout-2020E-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.
Description
#34926 renamed DetailedLayoutInfo to SpecificLayoutInfo.
But a few fields or variables are still called detailed_layout_info, which is confusing.
| detailed_layout_info: Option<SpecificLayoutInfo>, |
servo/components/layout_2020/positioned.rs
Line 569 in dabe162
| let mut detailed_layout_info: Option<SpecificLayoutInfo> = None; |
| pub detailed_layout_info: Option<SpecificLayoutInfo>, |
| pub detailed_layout_info: Option<SpecificLayoutInfo>, |
| detailed_layout_info: Option<SpecificLayoutInfo>, |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-layout/2020https://github.com/servo/servo/wiki/Layout-2020https://github.com/servo/servo/wiki/Layout-2020E-less-complexStraightforward. Recommended for a new contributor.Straightforward. Recommended for a new contributor.