diff options
author | 2023-09-10 00:44:58 +0200 | |
---|---|---|
committer | 2023-09-10 00:44:58 +0200 | |
commit | c6928457440319af3e2cf482b9e916bad9f277a5 (patch) | |
tree | 12eef9006de4a5702bf54c1852635ccbc616a1d9 /widget/src/keyed.rs | |
parent | 8aa7874ba9ba4a0e7cafb9a447a3db92e95aeb87 (diff) | |
download | iced-c6928457440319af3e2cf482b9e916bad9f277a5.tar.gz iced-c6928457440319af3e2cf482b9e916bad9f277a5.tar.bz2 iced-c6928457440319af3e2cf482b9e916bad9f277a5.zip |
Fix broken intradoc link in `widget::keyed` module
Diffstat (limited to 'widget/src/keyed.rs')
-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 { () => ( |