Allow dead_code in widget::lazy::cache

This commit is contained in:
Héctor Ramón Jiménez 2024-06-11 20:07:06 +02:00
parent 6a03b8489b
commit df85d85a6f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -1,3 +1,4 @@
#![allow(dead_code)]
use crate::core::overlay;
use crate::core::Element;