epi-project / brane

Programmable Orchestration of Applications and Networking
Apache License 2.0
9 stars 7 forks source link

fix(clippy): Correct various clippy warnings #81

Closed DanielVoogsgerd closed 6 days ago

DanielVoogsgerd commented 1 week ago

Okay, I was able to fix all but two clippy warnings. The last two remaining are about the context struct in planner, it contains a state element that has a too complex type. I could alias the type to get it more managable, but I do not know what it does to be honest. @Lut99, could you alias them or ignore them?

Furthermore, @lut99 if you prefer to keep some lints in their old form with an ignore, add a comment and I will change it back with an allow directive.

With this merged, we are one step closer to having working and useful CI again.