diff options
author | 2024-07-02 14:06:55 +0100 | |
---|---|---|
committer | 2024-07-02 14:06:55 +0100 | |
commit | 39c21e9fc20d031db4c16f481ba0a4910b621841 (patch) | |
tree | 132ae2c4e88ea82757fa0ea8e790b961448ea78b /widget | |
parent | 4687bf7f146792c6136987d79aa16aa9a7c5db81 (diff) | |
download | iced-39c21e9fc20d031db4c16f481ba0a4910b621841.tar.gz iced-39c21e9fc20d031db4c16f481ba0a4910b621841.tar.bz2 iced-39c21e9fc20d031db4c16f481ba0a4910b621841.zip |
doc: remove extraneous comment
Diffstat (limited to 'widget')
-rw-r--r-- | widget/src/scrollable.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/widget/src/scrollable.rs b/widget/src/scrollable.rs index c3d08223..bd612fa6 100644 --- a/widget/src/scrollable.rs +++ b/widget/src/scrollable.rs @@ -1,5 +1,4 @@ //! Navigate an endless amount of content with a scrollbar. -// use crate::container; use crate::container; use crate::core::event::{self, Event}; use crate::core::keyboard; |