diff options
author | 2024-06-11 20:07:06 +0200 | |
---|---|---|
committer | 2024-06-11 20:07:06 +0200 | |
commit | df85d85a6fa1e50dc0e21b0b0580eb5f797a80fd (patch) | |
tree | bc07dea1cfd71860b98354ab323b0366d2cefa01 /widget/src | |
parent | 6a03b8489b0a92535963b123b4ab91e485f6689b (diff) | |
download | iced-df85d85a6fa1e50dc0e21b0b0580eb5f797a80fd.tar.gz iced-df85d85a6fa1e50dc0e21b0b0580eb5f797a80fd.tar.bz2 iced-df85d85a6fa1e50dc0e21b0b0580eb5f797a80fd.zip |
Allow `dead_code` in `widget::lazy::cache`
Diffstat (limited to 'widget/src')
-rw-r--r-- | widget/src/lazy/cache.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widget/src/lazy/cache.rs b/widget/src/lazy/cache.rs index f922fd19..b341c234 100644 --- a/widget/src/lazy/cache.rs +++ b/widget/src/lazy/cache.rs @@ -1,3 +1,4 @@ +#![allow(dead_code)] use crate::core::overlay; use crate::core::Element; |