Added allows for unused things.

This commit is contained in:
Jonathan Wanke 2026-04-10 00:36:46 +02:00
commit 39b6351c85
7 changed files with 11 additions and 11 deletions

View file

@ -26,6 +26,7 @@ pub enum UserChoice {
AcceptAll,
}
#[allow(dead_code)] // ui is unused
pub struct TermsCheckerScreen {
ui: Arc<UI>,
sender: Option<oneshot::Sender<UserChoice>>,