chore: Clippy fixes
This commit is contained in:
parent
4a0fc3b4a1
commit
67cbca3218
6 changed files with 23 additions and 20 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue