Skip to content

Commit

Permalink
Ignore example code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Jan 23, 2025
1 parent 2ec2d2d commit a52f2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/kas-macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ pub fn widget_index(input: TokenStream) -> TokenStream {
/// [`widget`](macro@widget) attribute.
///
/// Example usage:
/// ```
/// ```ignore
/// fn set_rect(&mut self, _: &mut ConfigCx, rect: Rect, _: AlignHints) {
/// widget_set_rect!(rect);
/// }
Expand Down

0 comments on commit a52f2ca

Please sign in to comment.