Skip to content

Commit 2c7b4e8

Browse files
committed
Remove erroneous link to BoxExt trait.
1 parent c6341ad commit 2c7b4e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Nothing was removed.
2424

2525
### Fixed
2626

27-
No fixes.
27+
* `VerticalBox` and `HorizontalBox` no longer link to the removed `BoxExt` trait.
2828

2929
### Security
3030

iui/src/controls/layout.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ pub enum LayoutStrategy {
1515
}
1616

1717
define_control! {
18-
/// Lays out its children vertically; see [`BoxExt`](trait.BoxExt.html) for functionality.
18+
/// Lays out its children vertically.
1919
rust_type: VerticalBox,
2020
sys_type: uiBox
2121
}
2222

2323
define_control! {
24-
/// Lays out its children horizontally; see [`BoxExt`](trait.BoxExt.html) for functionality.
24+
/// Lays out its children horizontally.
2525
rust_type: HorizontalBox,
2626
sys_type: uiBox
2727
}

0 commit comments

Comments
 (0)