refactor: Enable pedantic clippy lints
Updated files to comply with the new lint.
This commit is contained in:
parent
580c3d6ce7
commit
a54b78c8dc
19 changed files with 152 additions and 66 deletions
|
|
@ -39,6 +39,7 @@ impl ModuleExt<'_> {
|
|||
)
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
pub fn get_akmods_info_list(&self, os_version: &str) -> Vec<AkmodsInfo> {
|
||||
trace!("get_akmods_image_list({self:#?}, {os_version})");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue