Skip to content

Commit

Permalink
Fix redundant link
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcNab committed Jan 14, 2025
1 parent 515e57c commit d71c84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xilem/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ where
/// to be used with Xilem.
///
/// This exists for two reasons:
/// 1) The nearest equivalent type in Masonry, [`WidgetPod`](masonry::WidgetPod), can't have
/// 1) The nearest equivalent type in Masonry, [`WidgetPod`], can't have
/// [Xilem Core](xilem_core) traits implemented on it due to Rust's orphan rules.
/// 2) `WidgetPod` is also used during a Widget's lifetime to contain its children,
/// and so might not actually own the underlying widget value.
Expand Down

0 comments on commit d71c84b

Please sign in to comment.