File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Nothing was removed.
24
24
25
25
### Fixed
26
26
27
- No fixes .
27
+ * ` VerticalBox ` and ` HorizontalBox ` no longer link to the removed ` BoxExt ` trait .
28
28
29
29
### Security
30
30
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ pub enum LayoutStrategy {
15
15
}
16
16
17
17
define_control ! {
18
- /// Lays out its children vertically; see [`BoxExt`](trait.BoxExt.html) for functionality .
18
+ /// Lays out its children vertically.
19
19
rust_type: VerticalBox ,
20
20
sys_type: uiBox
21
21
}
22
22
23
23
define_control ! {
24
- /// Lays out its children horizontally; see [`BoxExt`](trait.BoxExt.html) for functionality .
24
+ /// Lays out its children horizontally.
25
25
rust_type: HorizontalBox ,
26
26
sys_type: uiBox
27
27
}
You can’t perform that action at this time.
0 commit comments