diff options
Diffstat (limited to '')
| -rw-r--r-- | widget/src/keyed.rs | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/widget/src/keyed.rs b/widget/src/keyed.rs index 55019535..ad531e66 100644 --- a/widget/src/keyed.rs +++ b/widget/src/keyed.rs @@ -42,8 +42,6 @@ pub mod column;  pub use column::Column;  /// Creates a [`Column`] with the given children. -/// -/// [`Column`]: widget::Column  #[macro_export]  macro_rules! keyed_column {      () => ( | 
