Skip to content
Snippets Groups Projects
Verified Commit 375b222b authored by Loris Moulin's avatar Loris Moulin
Browse files

chore: fix clippy errors

parent 2149c607
Branches
No related merge requests found
......@@ -365,7 +365,7 @@ impl NodeConfigBuilder<Buildable> {
self.errors,
errors
.into_iter()
.map(|error| ConfigError::Resources(error.into()).into())
.map(|error| ConfigError::Resources(error).into())
.collect::<Vec<_>>(),
),
),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment