Skip to content

Commit

Permalink
Update masonry/src/widget/widget.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
PoignardAzur authored Sep 24, 2024
1 parent edcc1f4 commit a1dd6ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions masonry/src/widget/widget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ pub trait Widget: AsAny {

// TODO - Write a generic default implementation once
// `const std::any::type_name` is stable.
// See https://github.com/rust-lang/rust/issues/63084
/// Return a span for tracing.
///
/// As methods recurse through the widget tree, trace spans are added for each child
Expand Down

0 comments on commit a1dd6ef

Please sign in to comment.