Skip to content

Commit

Permalink
remove leftover and fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Dec 20, 2024
1 parent c755042 commit 81c7a17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions rust/agama-lib/src/bootloader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
// To contact SUSE LLC about this file by physical or electronic mail, you may
// find current contact information at www.suse.com.

//! Implements support for handling the storage settings
//! Implements support for handling the bootloader settings
pub mod client;
// pub mod http_client;
pub mod http_client;
pub mod model;
pub mod proxies;
Expand Down
4 changes: 2 additions & 2 deletions rust/agama-lib/src/bootloader/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
// To contact SUSE LLC about this file by physical or electronic mail, you may
// find current contact information at www.suse.com.

//! Implements the store for the storage settings.
//! Implements the store for the bootloader settings.
use crate::base_http_client::BaseHTTPClient;
use crate::error::ServiceError;

use super::http_client::BootloaderHTTPClient;
use super::model::BootloaderSettings;

/// Loads and stores the storage settings from/to the HTTP service.
/// Loads and stores the bootloader settings from/to the HTTP service.
pub struct BootloaderStore {
bootloader_client: BootloaderHTTPClient,
}
Expand Down

0 comments on commit 81c7a17

Please sign in to comment.