Skip to content

Commit

Permalink
Merge 3c07a79 into fb4250a
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed May 13, 2024
2 parents fb4250a + 3c07a79 commit 5ca5100
Show file tree
Hide file tree
Showing 16 changed files with 1,921 additions and 1,476 deletions.
3 changes: 0 additions & 3 deletions rust/agama-lib/src/dbus.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
use anyhow::Context;
use std::collections::HashMap;
use zbus::zvariant::{self, OwnedValue, Value};

use crate::error::ServiceError;

/// Nested hash to send to D-Bus.
pub type NestedHash<'a> = HashMap<&'a str, HashMap<&'a str, zvariant::Value<'a>>>;
/// Nested hash as it comes from D-Bus.
Expand Down
4 changes: 2 additions & 2 deletions rust/agama-lib/src/storage.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! Implements support for handling the storage settings

pub mod client;
pub mod device;
mod proxies;
pub mod model;
pub mod proxies;
mod settings;
mod store;

Expand Down

0 comments on commit 5ca5100

Please sign in to comment.