Skip to content

Commit 75a7a01

Browse files
change allow to expect attr
1 parent 0f9e61e commit 75a7a01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

desktop/src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub(crate) struct App {
4646
web_communication_initialized: bool,
4747
web_communication_startup_buffer: Vec<Vec<u8>>,
4848
persistent_data: PersistentData,
49-
#[allow(unused)]
49+
#[cfg_attr(not(target_os = "macos"), expect(unused))]
5050
preferences: Preferences,
5151
cli: Cli,
5252
startup_time: Option<Instant>,

0 commit comments

Comments
 (0)