chore: Clippy fixes

This commit is contained in:
Gerald Pinder 2025-05-18 10:54:21 -04:00
parent 4a0fc3b4a1
commit 67cbca3218
6 changed files with 23 additions and 20 deletions

View file

@ -20,7 +20,6 @@ pub struct ModuleExt<'a> {
impl FromFileList for ModuleExt<'_> {
const LIST_KEY: &'static str = "modules";
#[must_use]
fn get_from_file_paths(&self) -> Vec<PathBuf> {
self.modules
.iter()

View file

@ -18,7 +18,6 @@ pub struct StagesExt<'a> {
impl FromFileList for StagesExt<'_> {
const LIST_KEY: &'static str = "stages";
#[must_use]
fn get_from_file_paths(&self) -> Vec<PathBuf> {
self.stages
.iter()