We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dae43b + 37cd90f commit c06a7b4Copy full SHA for c06a7b4
src/dbus/rauc.rs
@@ -102,6 +102,7 @@ pub struct Rauc {
102
pub operation: Arc<Topic<String>>,
103
pub progress: Arc<Topic<Progress>>,
104
pub slot_status: Arc<Topic<Arc<SlotStatus>>>,
105
+ #[cfg_attr(feature = "demo_mode", allow(dead_code))]
106
pub primary: Arc<Topic<String>>,
107
pub last_error: Arc<Topic<String>>,
108
pub install: Arc<Topic<String>>,
src/dbus/systemd.rs
@@ -52,6 +52,7 @@ pub enum ServiceAction {
52
53
#[derive(Clone)]
54
pub struct Service {
55
56
pub action: Arc<Topic<ServiceAction>>,
57
pub status: Arc<Topic<ServiceStatus>>,
58
}
0 commit comments